diff -r d89c6e7de299 -r 5331bd08a294 cpp/MainWindow.hpp --- /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 + +class MainWindow : public wxFrame +{ +public: + MainWindow(); +}; + +#endif /* _HEADER_MAINWINDOW_HPP_ */