mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Additional 3d support
This commit is contained in:
parent
70680fdf39
commit
f26df6c86b
32 changed files with 2370 additions and 165 deletions
|
@ -220,6 +220,7 @@ int32 GetHighestBitSet(int32 n);
|
|||
|
||||
uint8* LoadBinaryData(const StringImpl& path, int* size);
|
||||
char* LoadTextData(const StringImpl& path, int* size);
|
||||
bool LoadTextData(const StringImpl& path, StringImpl& str);
|
||||
int64 GetFileTimeWrite(const StringImpl& path);
|
||||
String GetFileDir(const StringImpl& path);
|
||||
String GetFileName(const StringImpl& path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue