diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-11 21:35:06 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-11 21:35:06 +0200 |
| commit | a6bfdf40d50c58e9d7337fc0047d2708d5c2b506 (patch) | |
| tree | 22c2d0be8e0ddf34a7bc0abce737057588a40d7f /src/ochess.hpp | |
| parent | 33dca5b491be2b7541bb2ca66deb966323feaf18 (diff) | |
Setting up doxygen
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 f810b7d..8366926 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -76,6 +76,7 @@ public: class MyApp : public wxApp { public: Openings Book; + /// @brief Entry point of the application virtual bool OnInit(); std::vector<TabInfos *> ListTabInfos(); void FocusOnTab(TabInfos *); |
