diff options
Diffstat (limited to 'src/shared/gameinfo.h')
| -rw-r--r-- | src/shared/gameinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/gameinfo.h b/src/shared/gameinfo.h index 8caa5937..55cd024a 100644 --- a/src/shared/gameinfo.h +++ b/src/shared/gameinfo.h @@ -60,6 +60,7 @@ public: virtual std::wstring getRegPath() const = 0;
virtual std::wstring getBinaryName() const = 0;
+ virtual std::wstring getExtenderName() const = 0;
virtual GameInfo::Type getType() const = 0;
|
