|
std::string | LoadAssetsFile (const std::string &file_path) |
| Loads a given file from assets folder. More...
|
|
std::vector< char > | LoadFileIntoMemory (const std::string &file_path) |
| Loads a given file from assets folder into memory. More...
|
|
static ma_result | sdl_vfs_onOpen (ma_vfs *pVFS, const char *pPath, ma_uint32 openMode, ma_vfs_file *pFile) |
|
static ma_result | sdl_vfs_onRead (ma_vfs *pVFS, ma_vfs_file file, void *pBuffer, size_t size, size_t *pBytesRead) |
|
static ma_result | sdl_vfs_onSeek (ma_vfs *pVFS, ma_vfs_file file, ma_int64 offset, ma_seek_origin origin) |
|
static ma_result | sdl_vfs_onTell (ma_vfs *pVFS, ma_vfs_file file, ma_int64 *pCursor) |
|
static ma_result | sdl_vfs_onClose (ma_vfs *pVFS, ma_vfs_file file) |
|
ma_result | Ember_Init_VFS (Ember_VFS *vfs) |
|