summaryrefslogtreecommitdiffstats
path: root/src/maindialog.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-04-05 22:23:14 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-04-05 22:23:14 +0200
commit33a5a937281082a572b3b66483e8a4579db2935d (patch)
tree6ace6c1902e9956d25d3efbe32588a848a6a6959 /src/maindialog.h
parentc2b493259d584a0eeef62181836d2606acb18f8b (diff)
downloadcolobot-33a5a937281082a572b3b66483e8a4579db2935d.tar.gz
colobot-33a5a937281082a572b3b66483e8a4579db2935d.tar.bz2
colobot-33a5a937281082a572b3b66483e8a4579db2935d.zip
GCC include and syntax fixes
Diffstat (limited to 'src/maindialog.h')
-rw-r--r--src/maindialog.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/maindialog.h b/src/maindialog.h
index e24a651..21dca18 100644
--- a/src/maindialog.h
+++ b/src/maindialog.h
@@ -19,22 +19,20 @@
#ifndef _MAINDIALOG_H_
#define _MAINDIALOG_H_
+#include "struct.h"
+#include "camera.h"
+#include "robotmain.h"
class CInstanceManager;
-class CRobotMain;
class CEvent;
class CD3DEngine;
class CInterface;
class CWindow;
class CControl;
class CParticule;
-class CCamera;
class CSound;
-enum Phase;
-enum CameraType;
-
#define USERLISTMAX 100
#define MAXSCENE 1000
@@ -188,11 +186,11 @@ protected:
int m_persoTab; // perso: tab selected
float m_persoAngle; // perso: angle of presentation
- char m_sceneDir[_MAX_FNAME]; // scene folder\
- char m_savegameDir[_MAX_FNAME]; // savegame folder\
- char m_publicDir[_MAX_FNAME]; // program folder\
- char m_userDir[_MAX_FNAME]; // user folder\
- char m_filesDir[_MAX_FNAME]; // case files\
+ char m_sceneDir[_MAX_FNAME]; // scene folder
+ char m_savegameDir[_MAX_FNAME]; // savegame folder
+ char m_publicDir[_MAX_FNAME]; // program folder
+ char m_userDir[_MAX_FNAME]; // user folder
+ char m_filesDir[_MAX_FNAME]; // case files
int m_index; // 0..4
int m_chap[10]; // selected chapter (0..8)