From 53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 7 Jul 2019 13:09:11 +0200 Subject: the great reorganization --- src/FileMgr.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/FileMgr.h (limited to 'src/FileMgr.h') diff --git a/src/FileMgr.h b/src/FileMgr.h deleted file mode 100644 index bab86e38..00000000 --- a/src/FileMgr.h +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once - -class CFileMgr -{ - static char *ms_rootDirName; //[128]; - static char *ms_dirName; //[128]; -public: - static void Initialise(void); - static void ChangeDir(const char *dir); - static void SetDir(const char *dir); - static void SetDirMyDocuments(void); - static int LoadFile(const char *file, uint8 *buf, int unused, const char *mode); - static int OpenFile(const char *file, const char *mode); - static int OpenFileForWriting(const char *file); - static int Read(int fd, char *buf, int len); - static int Write(int fd, char *buf, int len); - static bool Seek(int fd, int offset, int whence); - static bool ReadLine(int fd, char *buf, int len); - static int CloseFile(int fd); - static int GetErrorReadWrite(int fd); -}; -- cgit v1.2.3