diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-07-27 23:41:41 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-07-27 23:41:41 -0300 |
commit | d1b893e6757270b0f246a7657d7b6701dcea3b87 (patch) | |
tree | 6024f7b4dda29930150eddb9f51881b275903318 /Project/main.cpp | |
parent | 2bfb6cffd86cb771918dde12e10704384d534714 (diff) | |
download | PSP.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.cpp | 3 |
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 { |