diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-27 18:33:21 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-27 18:33:21 +0100 |
| commit | 32fdf9272e1a94f8c51274a1758f4feae555341a (patch) | |
| tree | f5a1f7385256512e8ffd5354c236ddffc025b869 /src/ochess.hpp | |
| parent | d87b42dcd643ddbb6db17fd64acf69d4fa0c8948 (diff) | |
Cleaning code
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 e7c2508..745aa20 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -70,6 +70,7 @@ class MyApp : public wxApp { public: virtual bool OnInit(); std::vector<TabInfos *> ListTabInfos(); + void NewGame(TabInfos *tabsrc,std::shared_ptr<Game> g); }; wxDECLARE_APP(MyApp); |
