mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-13 18:12:30 +00:00
feat(profile): add more filesystem API stuff
This commit is contained in:
parent
fb267a5683
commit
3cd843a220
20 changed files with 494 additions and 163 deletions
11
profile/3.3.5a-windows-386/include/bc/file/removedirectory.h
Normal file
11
profile/3.3.5a-windows-386/include/bc/file/removedirectory.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue