summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/robotmain.h')
-rw-r--r--src/object/robotmain.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/object/robotmain.h b/src/object/robotmain.h
index 684672f..c649aab 100644
--- a/src/object/robotmain.h
+++ b/src/object/robotmain.h
@@ -22,13 +22,10 @@
#include <stdio.h>
#include "common/misc.h"
-//#include "old/d3dengine.h"
#include "graphics/engine/engine.h"
#include "object/object.h"
#include "object/mainmovie.h"
-//#include "old/camera.h"
#include "graphics/engine/camera.h"
-//#include "old/particule.h"
#include "graphics/engine/particle.h"
enum Phase
@@ -88,7 +85,7 @@ class CWindow;
class CControl;
class CDisplayText;
class CDisplayInfo;
-class CSound;
+class CSoundInterface;
struct EndTake
@@ -189,11 +186,11 @@ public:
void ResetObject();
void ResetCreate();
Error CheckEndMission(bool bFrame);
- void CheckEndMessage(char *message);
+ void CheckEndMessage(const char *message);
int GetObligatoryToken();
char* GetObligatoryToken(int i);
- int IsObligatoryToken(char *token);
- bool IsProhibitedToken(char *token);
+ int IsObligatoryToken(const char *token);
+ bool IsProhibitedToken(const char *token);
void UpdateMap();
bool GetShowMap();
@@ -335,7 +332,7 @@ protected:
CMainMap* m_map;
CEvent* m_event;
CD3DEngine* m_engine;
- Gfx::CParticle* m_particule;
+ Gfx::CParticle* m_particle;
CWater* m_water;
CCloud* m_cloud;
CBlitz* m_blitz;