1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Made more file&dir functions paths project-relative

This commit is contained in:
Brian Fiete 2021-12-31 06:28:25 -05:00
parent 28689853d2
commit 3a530c2285
2 changed files with 32 additions and 24 deletions

View file

@ -868,6 +868,7 @@ public:
BfError* Fail(const StringImpl& error);
BfError* Fail(const CeFrame& curFrame, const StringImpl& error);
void FixProjectRelativePath(StringImpl& path);
bool AddRebuild(const CeRebuildKey& key, const CeRebuildValue& value);
void AddFileRebuild(const StringImpl& filePath);
uint8* CeMalloc(int size);