diff options
Diffstat (limited to 'source/cRedstone.cpp')
-rw-r--r-- | source/cRedstone.cpp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/source/cRedstone.cpp b/source/cRedstone.cpp index c022a5756..567394d0c 100644 --- a/source/cRedstone.cpp +++ b/source/cRedstone.cpp @@ -1,11 +1,16 @@ +
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cRedstone.h"
#include "cPiston.h"
#include "cRoot.h"
#include "cWorld.h"
#include "BlockID.h"
#include <iostream>
-#include <vector>
-#include <string>
+
+
+
+
cRedstone::cRedstone( cWorld* a_World )
:m_World ( a_World )
|