mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Extended memory loading support
This commit is contained in:
parent
0efdecb719
commit
29c0f82bba
7 changed files with 136 additions and 33 deletions
|
@ -242,6 +242,7 @@ bool FileExists(const StringImpl& path, String* outActualName = NULL);
|
|||
bool DirectoryExists(const StringImpl& path, String* outActualName = NULL);
|
||||
bool RecursiveCreateDirectory(const StringImpl& dirName);
|
||||
bool RecursiveDeleteDirectory(const StringImpl& dirName);
|
||||
bool ParseMemorySpan(const StringImpl& str, void*& outPtr, int& outSize);
|
||||
|
||||
#define CHARTAG(val) FromBIGEndian(val)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue