FFL
Loading...
Searching...
No Matches
FFLResource.h
Go to the documentation of this file.
1#ifndef FFL_RESOURCE_H_
2#define FFL_RESOURCE_H_
3
4#include <nn/ffl/FFLResourceType.h>
5#include <nn/ffl/FFLResult.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11FFLResult FFLGetResourcePath(char* pDst, u32 size, FFLResourceType resourceType, BOOL LG);
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif // FFL_RESOURCE_H_
FFLResult FFLGetResourcePath(char *pDst, u32 size, FFLResourceType resourceType, BOOL LG)
Definition FFLResource.cpp:5