Reorganized the code a bit.
[rpn.git] / src / include / gui / MainForm.h
blob9716e899fb1d12aa0145fe2f01e12bccaab81900
1 #include <wx/wx.h>
3 class MainForm : public wxFrame
5 public:
6 MainForm(const wxString& title);
7 };