diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-01 18:27:34 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-01 18:27:34 +0000 |
| commit | 184cff8a7731c83f049dedb0f8e20d91c36e77a3 (patch) | |
| tree | c20a2b3e0994ba613314d7ddce14aba08ffd9801 /src/shared/fallout3info.h | |
| parent | dfdf80417e6b4a6b1a353810ba473aa70e0c9abd (diff) | |
Add support for version dependency checks
Diffstat (limited to 'src/shared/fallout3info.h')
| -rw-r--r-- | src/shared/fallout3info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/fallout3info.h b/src/shared/fallout3info.h index 0045581d..62eb0a08 100644 --- a/src/shared/fallout3info.h +++ b/src/shared/fallout3info.h @@ -38,6 +38,7 @@ public: static std::wstring getRegPathStatic();
virtual std::wstring getRegPath() { return getRegPathStatic(); }
virtual std::wstring getBinaryName() { return L"Fallout3.exe"; }
+ virtual std::wstring getExtenderName() { return L"fose_loader.exe"; }
virtual GameInfo::Type getType() { return TYPE_FALLOUT3; }
|
