UI - Refactoring progress

(see previous log message)
This commit is contained in:
Emmanuel BENOîT 2017-11-23 14:21:54 +01:00
parent 4774426962
commit 743af1d0d7
8 changed files with 11 additions and 8 deletions

View file

@ -48,7 +48,7 @@ DEMO = \
demo.cc \
main.cc \
opemu.cc \
syncview.cc \
ui-sequencer.cc \
# END DEMO
PARSERCHECK = \

View file

@ -1,5 +1,5 @@
#pragma once
#include "mousectrl.hh"
#include "ui-mousectrl.hh"
/*= T_Camera =================================================================*/

View file

@ -6,10 +6,10 @@
#include "window.hh"
#include "shaders.hh"
#include "odbg.hh"
#include "ops.hh"
#include "opemu.hh"
#include "rendertarget.hh"
#include "sync.hh"
#include "syncview.hh"
#include "ui-sequencer.hh"
#include "undo.hh"

View file

@ -1,7 +1,7 @@
#pragma once
#include "filewatcher.hh"
#include "utilities.hh"
#include "mousectrl.hh"
#include "ui-mousectrl.hh"
#include <ebcl/SRDParserConfig.hh>
#include <ebcl/Sets.hh>

View file

@ -1,5 +1,6 @@
#include "externals.hh"
#include "syncview.hh"
#include "ui-sequencer.hh"
#include "sync.hh"
#include "globals.hh"
#include "window.hh"
#include "syncedit.hh"

View file

@ -1,5 +1,7 @@
#pragma once
#include "sync.hh"
#ifndef REAL_BUILD
# include "externals.hh"
#endif
class T_SyncView : public ebcl::A_PrivateImplementation

View file

@ -1,6 +1,6 @@
#pragma once
#include "ui-dialogs.hh"
#include "mousectrl.hh"
#include "ui-mousectrl.hh"
#include "ui-actions.hh"