summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/pyro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/common/pyro.h')
-rw-r--r--src/graphics/common/pyro.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/graphics/common/pyro.h b/src/graphics/common/pyro.h
index 704febf..e6b5844 100644
--- a/src/graphics/common/pyro.h
+++ b/src/graphics/common/pyro.h
@@ -19,9 +19,11 @@
#pragma once
-#include "graphics/common/engine.h"
-#include "object/object.h"
#include "common/misc.h"
+#include "graphics/common/engine.h"
+//#include "object/object.h"
+// TEMPORARILY!
+enum ObjectType {};
class CInstanceManager;
@@ -93,7 +95,7 @@ public:
CPyro(CInstanceManager* iMan);
~CPyro();
- void DeleteObject(bool bAll=FALSE);
+ void DeleteObject(bool bAll=false);
bool Create(PyroType type, CObject* pObj, float force=1.0f);
bool EventProcess(const Event &event);
Error IsEnded();