diff options
Diffstat (limited to 'src/ochess.hpp')
| -rw-r--r-- | src/ochess.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ochess.hpp b/src/ochess.hpp index 33e9f22..2a71c13 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -54,4 +54,6 @@ public: Type type; TabInfos(Type type_) : type(type_) {} virtual void ApplyPreferences() = 0; + virtual void *GetGame() = 0; + virtual void *GetBase() = 0; }; |
