diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-08-15 14:13:46 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-08-15 14:13:46 +0200 |
commit | 9956b277674563015816e1695f05c6bc4a507fda (patch) | |
tree | e0b513c635c57e74aca0346c0bab5eba748f1186 /src/core/FileMgr.h | |
parent | Merge pull request #686 from erorcun/miami (diff) | |
parent | Don't react if player's targeting with melee (diff) | |
download | re3-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 '')
-rw-r--r-- | src/core/FileMgr.h | 1 |
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; } }; |