diff options
Diffstat (limited to 'src/shared/fallout3info.h')
| -rw-r--r-- | src/shared/fallout3info.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/shared/fallout3info.h b/src/shared/fallout3info.h index 7e39cce4..6a211d4f 100644 --- a/src/shared/fallout3info.h +++ b/src/shared/fallout3info.h @@ -50,11 +50,6 @@ public: virtual bool isInvalidationBSA(const std::wstring &bsaName);
- // full path to this games "My Games"-directory
- virtual std::wstring getDocumentsDir();
-
- virtual std::wstring getSaveGameDir();
-
virtual std::vector<std::wstring> getPrimaryPlugins();
virtual std::vector<std::wstring> getVanillaBSAs();
@@ -64,12 +59,10 @@ public: // file name of this games ini (no path)
virtual std::vector<std::wstring> getIniFileNames();
- virtual std::wstring getSaveGameExtension();
virtual std::wstring getReferenceDataFile();
virtual std::wstring getOMODExt();
virtual std::vector<std::wstring> getSteamVariants() const;
- virtual std::wstring getSteamAPPId(int variant = 0) const;
virtual std::wstring getSEName();
@@ -80,9 +73,6 @@ public: virtual int getNexusModID() { return getNexusModIDStatic(); }
virtual int getNexusGameID() { return 120; }
- virtual void createProfile(const std::wstring &directory, bool useDefaults);
- virtual void repairProfile(const std::wstring &directory);
-
virtual bool rerouteToProfile(const wchar_t *fileName, const wchar_t *fullPath);
// get a list of executables (game binary and known-to-work 3rd party tools). All of these are relative to
|
