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