summaryrefslogtreecommitdiff
path: root/src/shared/fallout3info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/fallout3info.h')
-rw-r--r--src/shared/fallout3info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/fallout3info.h b/src/shared/fallout3info.h
index 95a76471..0fa97d41 100644
--- a/src/shared/fallout3info.h
+++ b/src/shared/fallout3info.h
@@ -66,7 +66,8 @@ public:
virtual std::wstring getReferenceDataFile();
virtual std::wstring getOMODExt();
- virtual std::wstring getSteamAPPId();
+ virtual std::vector<std::wstring> getSteamVariants() const;
+ virtual std::wstring getSteamAPPId(int variant = 0) const;
virtual std::wstring getSEName();