binana/profile/3.3.5a-windows-386/include/storm/file.h

10 lines
93 B
C
Raw Normal View History

#ifndef STORM_FILE_H
#define STORM_FILE_H
DECLARE_STRUCT(SFile);
struct SFile {
};
#endif