8 lines
113 B
C
8 lines
113 B
C
|
|
#ifndef FILE_H
|
||
|
|
#define FILE_H
|
||
|
|
|
||
|
|
#include <comet/cometlib.h>
|
||
|
|
|
||
|
|
void createFileStruct(CometEnvironment* env);
|
||
|
|
|
||
|
|
#endif
|