mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-28 11:23:50 +00:00
10 lines
188 B
C
10 lines
188 B
C
#ifndef BC_SYSTEM_S_FILE_ARCHIVE_REC_H
|
|
#define BC_SYSTEM_S_FILE_ARCHIVE_REC_H
|
|
|
|
DECLARE_STRUCT(System_SFile__ARCHIVEREC);
|
|
|
|
struct System_SFile__ARCHIVEREC {
|
|
int32_t unknown;
|
|
};
|
|
|
|
#endif
|