Go to the source code of this file.
◆ Ember_Init_VFS()
◆ LoadAssetsFile()
std::string LoadAssetsFile |
( |
const std::string & |
file_path | ) |
|
Loads a given file from assets
folder.
- The file path is relative to
assets
folder
- Version
- 0.0.1
- Parameters
-
file_path | the path to the file in assets folder |
- Returns
- File content as
string
◆ LoadFileIntoMemory()
std::vector<char> LoadFileIntoMemory |
( |
const std::string & |
file_path | ) |
|
Loads a given file from assets
folder into memory.
- The file path is relative to
assets
folder
- Version
- 0.0.2
- Parameters
-
file_path | the path to the file in assets folder |
- Returns
- File content as
vector<char>