summaryrefslogtreecommitdiffstats
path: root/src/core/FileMgr.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-08-15 14:13:46 +0200
committerSergeanur <s.anureev@yandex.ua>2020-08-15 14:13:46 +0200
commit9956b277674563015816e1695f05c6bc4a507fda (patch)
treee0b513c635c57e74aca0346c0bab5eba748f1186 /src/core/FileMgr.h
parentMerge pull request #686 from erorcun/miami (diff)
parentDon't react if player's targeting with melee (diff)
downloadre3-9956b277674563015816e1695f05c6bc4a507fda.tar
re3-9956b277674563015816e1695f05c6bc4a507fda.tar.gz
re3-9956b277674563015816e1695f05c6bc4a507fda.tar.bz2
re3-9956b277674563015816e1695f05c6bc4a507fda.tar.lz
re3-9956b277674563015816e1695f05c6bc4a507fda.tar.xz
re3-9956b277674563015816e1695f05c6bc4a507fda.tar.zst
re3-9956b277674563015816e1695f05c6bc4a507fda.zip
Diffstat (limited to 'src/core/FileMgr.h')
-rw-r--r--src/core/FileMgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/FileMgr.h b/src/core/FileMgr.h
index 51e30694..8278953b 100644
--- a/src/core/FileMgr.h
+++ b/src/core/FileMgr.h
@@ -19,4 +19,5 @@ public:
static bool ReadLine(int fd, char *buf, int len);
static int CloseFile(int fd);
static int GetErrorReadWrite(int fd);
+ static char *GetRootDirName() { return ms_rootDirName; }
};