Enable game saving

This commit is contained in:
Loic Guegan 2022-12-30 15:09:24 +01:00
parent eec973bc05
commit 27ac369fb6
4 changed files with 28 additions and 3 deletions

View file

@ -3,6 +3,7 @@
#include "../Game.hpp"
#include "board/BoardCanvas.hpp"
#include "ochess.hpp"
#include "base_tab/gamebase/GameBase.hpp"
// Foreign events
wxDECLARE_EVENT(GAME_CHANGE, wxCommandEvent);