MainWindow.hpp
changeset 0 7e720dcafcaf
child 1 506e0fc65ba3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MainWindow.hpp	Sat Nov 01 20:57:17 2008 +0100
@@ -0,0 +1,13 @@
+#ifndef _HEADER_MAINWINDOW_HPP_
+#define _HEADER_MAINWINDOW_HPP_
+
+#include <wx/wx.h>
+#include "CropArea.hpp"
+
+class MainWindow : public wxFrame
+{
+public:
+    MainWindow(const wxImage &img, CropArea area, wxSize size);
+};
+
+#endif /* _HEADER_MAINWINDOW_HPP_ */