![]() |
OChess v0.0.2
Programmer's Manual
|
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.
The GUI files are gui.h and gui.cpp. These files MUST NOT be modified directly. They are generated by wxFormBuilder. Hence, any graphical components related modifications must be made using wxFormBuilder.
The main window implementation can be found in the MainWindow.hpp and MainWindow.cpp files.