implement core file io

This commit is contained in:
2026-06-25 07:40:34 +10:00
parent 66fa2a5a65
commit e59685413d
6 changed files with 326 additions and 94 deletions

8
src/file.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef FILE_H
#define FILE_H
#include <comet/cometlib.h>
void createFileStruct(CometEnvironment* env);
#endif