summaryrefslogtreecommitdiffstats
path: root/src/ui/studio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/studio.h')
-rw-r--r--src/ui/studio.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/studio.h b/src/ui/studio.h
index e9fb69c..8b7355c 100644
--- a/src/ui/studio.h
+++ b/src/ui/studio.h
@@ -29,7 +29,6 @@
#include <graphics/engine/camera.h>
#include <common/event.h>
-#include <common/struct.h>
#include <common/misc.h>
#include <common/iman.h>
@@ -110,7 +109,7 @@ class CStudio
Gfx::CEngine* m_engine;
CEventQueue* m_event;
CRobotMain* m_main;
- CCamera* m_camera;
+ Gfx::CCamera* m_camera;
CSoundInterface* m_sound;
CInterface* m_interface;
CApplication *m_app;
@@ -122,7 +121,6 @@ class CStudio
bool m_bEditMaximized;
bool m_bEditMinimized;
- CameraType m_editCamera;
Math::Point m_editActualPos;
Math::Point m_editActualDim;
Math::Point m_editFinalPos;