diff options
Diffstat (limited to 'src/shared/gameinfo.h')
| -rw-r--r-- | src/shared/gameinfo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/shared/gameinfo.h b/src/shared/gameinfo.h index 7bc86d3a..c99ebef7 100644 --- a/src/shared/gameinfo.h +++ b/src/shared/gameinfo.h @@ -60,12 +60,6 @@ public: // file name of this games ini file(s)
virtual std::vector<std::wstring> getIniFileNames() const = 0;
- //**USED ONLY IN HOOKDLL
- virtual std::wstring getReferenceDataFile() const = 0;
-
- //**USED ONLY IN HOOKDLL
- virtual bool rerouteToProfile(const wchar_t *fileName, const wchar_t *fullPath) const = 0;
-
protected:
GameInfo(const std::wstring &gameDirectory);
|
