FFL
Loading...
Searching...
No Matches
FFLCharModelSource.h
Go to the documentation of this file.
1#ifndef FFL_CHAR_MODEL_SOURCE_H_
2#define FFL_CHAR_MODEL_SOURCE_H_
3
4#include <nn/ffl/FFLDataSource.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef struct FFLCharModelSource
11{
12 FFLDataSource dataSource;
13 const void* pBuffer;
15}
16FFLCharModelSource;
17NN_STATIC_ASSERT(sizeof(FFLCharModelSource) == 0xC);
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif // FFL_CHAR_MODEL_SOURCE_H_
NN_STATIC_ASSERT(sizeof(FFLiAllocator)==4)
Definition FFLCharModelSource.h:11
const void * pBuffer
Definition FFLCharModelSource.h:13
FFLDataSource dataSource
Definition FFLCharModelSource.h:12
u16 index
Definition FFLCharModelSource.h:14