diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-30 16:24:44 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-30 16:24:44 +0100 |
| commit | fc9f6bd6a2cb86d42f4d3df87f128efa7501ea48 (patch) | |
| tree | ac76cb5ece65ad122b38ad4deb148b894d5b69b6 /src/ochess.hpp | |
| parent | a762ff6521c688d0131768a831e594a570f01cff (diff) | |
Improve UI
Diffstat (limited to 'src/ochess.hpp')
| -rw-r--r-- | src/ochess.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ochess.hpp b/src/ochess.hpp index ca97d20..4b1b867 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -73,6 +73,7 @@ public: virtual bool OnInit(); std::vector<TabInfos *> ListTabInfos(); void NewGame(TabInfos *tabsrc,std::shared_ptr<Game> g); + void NewGame(std::shared_ptr<Game> g); }; wxDECLARE_APP(MyApp); |
