summaryrefslogtreecommitdiffstats
path: root/Project/main.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2016-07-27 23:41:41 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2016-07-27 23:41:41 -0300
commitd1b893e6757270b0f246a7657d7b6701dcea3b87 (patch)
tree6024f7b4dda29930150eddb9f51881b275903318 /Project/main.cpp
parent2bfb6cffd86cb771918dde12e10704384d534714 (diff)
downloadPSP.git-d1b893e6757270b0f246a7657d7b6701dcea3b87.tar.gz
PSP.git-d1b893e6757270b0f246a7657d7b6701dcea3b87.tar.xz
PSP.git-d1b893e6757270b0f246a7657d7b6701dcea3b87.zip
Main frame under construction
Ribbon bar icons done, all controllers set, does nothing
Diffstat (limited to 'Project/main.cpp')
-rw-r--r--Project/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/main.cpp b/Project/main.cpp
index 81dccbc..5953806 100644
--- a/Project/main.cpp
+++ b/Project/main.cpp
@@ -1,8 +1,9 @@
#include <wx/app.h>
#include <wx/event.h>
-#include "MainFrame.h"
#include <wx/image.h>
+#include "MainFrame.h"
+
// Define the MainApp
class MainApp : public wxApp
{