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