binana/profile/3.3.5a-windows-386/include/bc/system_sfile/archiverec.h
superp00t 1c5ace1e7f
Some checks failed
Push / build (push) Has been cancelled
feat(profile): added bc information
2026-04-04 07:12:21 -04:00

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