From 3b6e7d39cf2d03f2e43c249ece6da32f1f8030a7 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 25 Feb 2022 15:29:04 +0100 Subject: Prepare API for adding games to database --- src/ochess.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ochess.hpp') 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; }; -- cgit v1.2.3