aboutsummaryrefslogtreecommitdiffstats
path: root/gui/main.cpp
blob: 81146ee597e09cb1924473f1487705be0a4d8207 (plain)
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);