image/svg+xml
Brteve's API for EveApps
Version 0.0.1
The reference document for common folder of EveApps project.
 
Loading...
Searching...
No Matches
FT_LoadFile.h
Go to the documentation of this file.
1
32#ifndef FT_LOAD_FILE__H
33#define FT_LOAD_FILE__H
34
35#include "FT_Platform.h"
36#include "EVE_LoadFile.h"
37
38#define Ft_Hal_LoadRawFile EVE_Util_loadRawFile
39#define Ft_Hal_LoadInflateFile EVE_Util_loadInflateFile
40#define Ft_Hal_LoadImageFile EVE_Util_loadImageFile
41
42#endif
Eve_Hal framework APIs for loading file.
Platform APIs.