feat(profile): add more filesystem API stuff

This commit is contained in:
phaneron 2025-03-16 03:25:07 -04:00
parent fb267a5683
commit 3cd843a220
20 changed files with 494 additions and 163 deletions

View file

@ -0,0 +1,11 @@
#ifndef BC_FILE_REMOVE_DIRECTORY_H
#define BC_FILE_REMOVE_DIRECTORY_H
DECLARE_STRUCT(Blizzard__File__RemoveDirectoryAndContents__Internal__RemoveDirectoryAndContentsParms);
struct Blizzard__File__RemoveDirectoryAndContents__Internal__RemoveDirectoryRecurseData {
bool unk00;
bool unk01; // set normal?
};
#endif