fixed CFileMgr somewhat; still issues when loading saves

This commit is contained in:
aap
2019-06-13 01:12:37 +02:00
parent 9703ef9b59
commit 3472a614ae
7 changed files with 22 additions and 21 deletions

View File

@@ -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);
};