cpp/MainWindow.hpp
changeset 2 5331bd08a294
child 5 f2a2f64eb682
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cpp/MainWindow.hpp	Sun Feb 13 07:57:02 2011 +0100
@@ -0,0 +1,12 @@
+#ifndef _HEADER_MAINWINDOW_HPP_
+#define _HEADER_MAINWINDOW_HPP_
+
+#include <wx/wx.h>
+
+class MainWindow : public wxFrame
+{
+public:
+    MainWindow();
+};
+
+#endif /* _HEADER_MAINWINDOW_HPP_ */