FFL
Loading...
Searching...
No Matches
FFLCharModelBuffer.h
Go to the documentation of this file.
1#ifndef FFL_CHAR_MODEL_BUFFER_H_
2#define FFL_CHAR_MODEL_BUFFER_H_
3
4#include <nn/ffl/types.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
17FFLCharModelBuffer;
18NN_STATIC_ASSERT(sizeof(FFLCharModelBuffer) == 0x10);
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif // FFL_CHAR_MODEL_BUFFER_H_
NN_STATIC_ASSERT(sizeof(FFLiAllocator)==4)
Definition FFLCharModelBuffer.h:11
u32 tempBufferSize
Definition FFLCharModelBuffer.h:15
u32 bufferSize
Definition FFLCharModelBuffer.h:13
void * pBuffer
Definition FFLCharModelBuffer.h:12
void * pTempBuffer
Definition FFLCharModelBuffer.h:14