mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
9 lines
93 B
C
9 lines
93 B
C
#ifndef STORM_FILE_H
|
|
#define STORM_FILE_H
|
|
|
|
DECLARE_STRUCT(SFile);
|
|
|
|
struct SFile {
|
|
};
|
|
|
|
#endif
|