mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-06 10:06:29 +02:00
12 lines
632 B
Markdown
12 lines
632 B
Markdown
![]() |
Main Page {#mainpage}
|
||
|
=====
|
||
|
|
||
|
### Entry point
|
||
|
The entry point of the OChess application can be found in the `ochess.cpp` and `ochess.hpp` files. The starting code of the application is implemented in the [OnInit method](@ref MyApp::OnInit()).
|
||
|
|
||
|
### GUI files
|
||
|
The GUI files are `gui.h` and `gui.cpp`. These files **MUST NOT** be modified directly.
|
||
|
They are generated by [wxFormBuilder](https://github.com/wxFormBuilder/wxFormBuilder). Hence, any graphical components related modifications must be made using wxFormBuilder.
|
||
|
|
||
|
### Main window
|
||
|
The main window implementation can be found in the `MainWindow.hpp` and `MainWindow.cpp` files.
|