mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
11 lines
188 B
C
11 lines
188 B
C
|
|
#ifndef BC_SYSTEM_FILE_STACKED_H
|
||
|
|
#define BC_SYSTEM_FILE_STACKED_H
|
||
|
|
|
||
|
|
DECLARE_STRUCT(System_File__Stacked__FileParms);
|
||
|
|
|
||
|
|
struct System_File__Stacked__FileParms {
|
||
|
|
uint32_t offset;
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|