summaryrefslogtreecommitdiff
path: root/src/shared/falloutnvinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/falloutnvinfo.h')
-rw-r--r--src/shared/falloutnvinfo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/shared/falloutnvinfo.h b/src/shared/falloutnvinfo.h
index 2f6cba7b..8767fdb0 100644
--- a/src/shared/falloutnvinfo.h
+++ b/src/shared/falloutnvinfo.h
@@ -68,15 +68,16 @@ public:
virtual std::wstring getReferenceDataFile();
virtual std::wstring getOMODExt();
- virtual std::wstring getSteamAPPId();
+ virtual std::wstring getSteamAPPId(int variant = 0) const;
virtual std::wstring getSEName();
- virtual std::wstring getNexusPage();
+ virtual std::wstring getNexusPage(bool nmmScheme = true);
static std::wstring getNexusInfoUrlStatic();
virtual std::wstring getNexusInfoUrl() { return FalloutNVInfo::getNexusInfoUrlStatic(); }
static int getNexusModIDStatic();
virtual int getNexusModID() { return FalloutNVInfo::getNexusModIDStatic(); }
+ virtual int getNexusGameID() { return 130; }
virtual void createProfile(const std::wstring &directory, bool useDefaults);
virtual void repairProfile(const std::wstring &directory);