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:
parent
28689853d2
commit
3a530c2285
2 changed files with 32 additions and 24 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue