mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
11 lines
318 B
C
11 lines
318 B
C
|
|
#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
|