FFL
Loading...
Searching...
No Matches
FFLCharModelDesc.h
Go to the documentation of this file.
1#ifndef FFL_CHAR_MODEL_DESC_H_
2#define FFL_CHAR_MODEL_DESC_H_
3
4#include <nn/ffl/FFLResolution.h>
5#include <nn/ffl/FFLResourceType.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
19FFLCharModelDesc;
20NN_STATIC_ASSERT(sizeof(FFLCharModelDesc) == 0x14);
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif // FFL_CHAR_MODEL_DESC_H_
NN_STATIC_ASSERT(sizeof(FFLiAllocator)==4)
Definition FFLCharModelDesc.h:12
FFLResolution resolution
Definition FFLCharModelDesc.h:13
u32 modelFlag
Definition FFLCharModelDesc.h:15
u32 expressionFlag
Definition FFLCharModelDesc.h:14
BOOL compressTexture
Definition FFLCharModelDesc.h:17
FFLResourceType resourceType
Definition FFLCharModelDesc.h:16