diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-08-02 01:01:20 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-08-02 01:01:20 -0300 |
commit | 0ac91e091e52cae5745b14d62f77f905e559cf92 (patch) | |
tree | 918ebb487422cb5b34b0076fff3f976968bd6e9d /Project/MainFrame.h | |
parent | 5e0be3d0a505781c31b3d23450fd92d4cc7b7ce7 (diff) | |
download | PSP.git-0ac91e091e52cae5745b14d62f77f905e559cf92.tar.gz PSP.git-0ac91e091e52cae5745b14d62f77f905e559cf92.tar.xz PSP.git-0ac91e091e52cae5745b14d62f77f905e559cf92.zip |
Cycle dependence fixed.
Next step: remove mouse handler
Diffstat (limited to 'Project/MainFrame.h')
-rw-r--r-- | Project/MainFrame.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Project/MainFrame.h b/Project/MainFrame.h index 8459926..22c49ab 100644 --- a/Project/MainFrame.h +++ b/Project/MainFrame.h @@ -5,8 +5,10 @@ #include <wx/msgdlg.h> #include "MainFrameBase.h" -#include "ArtMetro.h" -#include "Workspace.h" + +class MainFrameBase; +class wxRibbonMetroArtProvider; +class Workspace; enum { |