diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-24 14:21:19 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-24 14:21:19 +0000 |
| commit | c7d583bcf1eeb08182f5f7610690ba104e0f8a84 (patch) | |
| tree | 7f6d4f003833c12eaba874533f01f4282220ea20 /src/shared/gameinfo.h | |
| parent | d6da51536f28e9b58bcd302bf2726da7ec3dcc6f (diff) | |
Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanism
Diffstat (limited to 'src/shared/gameinfo.h')
| -rw-r--r-- | src/shared/gameinfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/gameinfo.h b/src/shared/gameinfo.h index c3fec128..06b96d61 100644 --- a/src/shared/gameinfo.h +++ b/src/shared/gameinfo.h @@ -65,10 +65,6 @@ public: //**Currently only used in a nasty mess at initialisation time.
virtual std::wstring getGameName() const = 0;
- /// determine the load order mechanism used by this game. this may throw an
- /// exception if the mechanism can't be determined
- virtual LoadOrderMechanism getLoadOrderMechanism() const { return TYPE_FILETIME; }
-
//**USED IN HOOKDLL
virtual std::wstring getGameDirectory() const;
|
