mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +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
12
profile/3.3.5a-windows-386/include/bc/os/file.h
Normal file
12
profile/3.3.5a-windows-386/include/bc/os/file.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef BC_OS_FILE_H
|
||||
#define BC_OS_FILE_H
|
||||
|
||||
DECLARE_STRUCT(HOSFILE__);
|
||||
|
||||
struct HOSFILE__ {
|
||||
int32_t unused__;
|
||||
};
|
||||
|
||||
typedef HOSFILE__* HOSFILE;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue