diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-25 15:29:04 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-25 15:29:04 +0100 |
| commit | 3b6e7d39cf2d03f2e43c249ece6da32f1f8030a7 (patch) | |
| tree | 4ae10cf81fc75264f59b5e991b1beeae66b3fea4 /src/ochess.hpp | |
| parent | 98488e899a750703562d868d734251cfe032e294 (diff) | |
Prepare API for adding games to database
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; }; |
