FFL
Loading...
Searching...
No Matches
FFLResourceDesc.h
Go to the documentation of this file.
1#ifndef FFL_RESOURCE_DESC_H_
2#define FFL_RESOURCE_DESC_H_
3
4#include <nn/ffl/FFLResourceType.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
15FFLResourceDesc;
16NN_STATIC_ASSERT(sizeof(FFLResourceDesc) == 0x10);
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif // FFL_RESOURCE_DESC_H_
@ FFL_RESOURCE_TYPE_MAX
Definition FFLResourceType.h:14
NN_STATIC_ASSERT(sizeof(FFLiAllocator)==4)
Definition FFLResourceDesc.h:11
const void * pData[FFL_RESOURCE_TYPE_MAX]
Definition FFLResourceDesc.h:12
u32 size[FFL_RESOURCE_TYPE_MAX]
Definition FFLResourceDesc.h:13