7 lines
180 B
C
7 lines
180 B
C
|
#ifndef HGL_ASSETS_MANAGE_INCLUDE
|
||
|
#define HGL_ASSETS_MANAGE_INCLUDE
|
||
|
|
||
|
char *LoadFileToMemory(const char *filename,unsigned __int32 &file_length);
|
||
|
|
||
|
#endif//HGL_ASSETS_MANAGE_INCLUDE
|