diff options
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); |
