1 2 3 4 5 6 7 8 9 10 11 12 13
/** * @file main.cpp * @brief Program entry point. * * Written by Clyne Sullivan. */ #include "wxapp.hpp" #include <wx/app.h> wxIMPLEMENT_APP(MainApp);