mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
10 lines
188 B
C
10 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
|