fixed CFileMgr somewhat; still issues when loading saves
This commit is contained in:
@@ -16,6 +16,6 @@ public:
|
||||
static int Write(int fd, char *buf, int len);
|
||||
static bool Seek(int fd, int offset, int whence);
|
||||
static char *ReadLine(int fd, char *buf, int len);
|
||||
static void CloseFile(int fd);
|
||||
static int CloseFile(int fd);
|
||||
static int GetErrorReadWrite(int fd);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user