summaryrefslogtreecommitdiffstats
path: root/source/cFireSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cFireSimulator.h18
1 files changed, 16 insertions, 2 deletions
diff --git a/source/cFireSimulator.h b/source/cFireSimulator.h
index 1a3bbd314..f66fb2019 100644
--- a/source/cFireSimulator.h
+++ b/source/cFireSimulator.h
@@ -1,10 +1,20 @@
+
#pragma once
+
#include "cSimulator.h"
#include "cBlockEntity.h"
-#include <list>
+
+
+
+
class Vector3i;
class cWorld;
+
+
+
+
+
class cFireSimulator : public cSimulator
{
public:
@@ -30,4 +40,8 @@ protected:
BlockList *m_Buffer;
BlockList *m_BurningBlocks;
-}; \ No newline at end of file
+};
+
+
+
+