summaryrefslogtreecommitdiffstats
path: root/src/pyro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyro.h')
-rw-r--r--src/pyro.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/pyro.h b/src/pyro.h
index 9b85c43..5eac0c9 100644
--- a/src/pyro.h
+++ b/src/pyro.h
@@ -20,6 +20,11 @@
#define _PYRO_H_
+#include "d3dengine.h"
+#include "object.h"
+#include "misc.h"
+
+
class CInstanceManager;
class CD3DEngine;
class CTerrain;
@@ -63,10 +68,6 @@ enum PyroType
};
-enum ObjectType;
-enum Error;
-
-
typedef struct
{
int part;