summaryrefslogtreecommitdiffstats
path: root/src/Simulator/RedstoneManager.cpp
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-02-07 22:13:55 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-02-07 22:13:55 +0100
commit176664810b43a839d92418b2558359e61b700935 (patch)
tree4da6ba38d7d55346611186922f58cb2e7bdd607f /src/Simulator/RedstoneManager.cpp
parentWebAdmin is stopped properly on server shutdown / restart. (diff)
downloadcuberite-176664810b43a839d92418b2558359e61b700935.tar
cuberite-176664810b43a839d92418b2558359e61b700935.tar.gz
cuberite-176664810b43a839d92418b2558359e61b700935.tar.bz2
cuberite-176664810b43a839d92418b2558359e61b700935.tar.lz
cuberite-176664810b43a839d92418b2558359e61b700935.tar.xz
cuberite-176664810b43a839d92418b2558359e61b700935.tar.zst
cuberite-176664810b43a839d92418b2558359e61b700935.zip
Diffstat (limited to 'src/Simulator/RedstoneManager.cpp')
-rw-r--r--src/Simulator/RedstoneManager.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/Simulator/RedstoneManager.cpp b/src/Simulator/RedstoneManager.cpp
new file mode 100644
index 000000000..58fb8fa4c
--- /dev/null
+++ b/src/Simulator/RedstoneManager.cpp
@@ -0,0 +1,19 @@
+
+#include "Globals.h"
+
+#include "RedstoneManager.h"
+#include "../World.h"
+
+
+
+
+
+cRedstoneManager::cRedstoneManager(cWorld & a_World) :
+ super(a_World)
+{
+}
+
+
+
+
+