diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-09-16 21:29:31 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-09-16 21:29:31 +0200 |
commit | 26a4845a995065f0ed24ef0e21e4c9bf44cef002 (patch) | |
tree | 56037a87d24a4162698fca4d7180b0c996c4ee46 /src/Simulator/RedstoneSimulator.h | |
parent | Don't include IncrementalRedsonteSimulator.inc when in SELF_TEST mode (diff) | |
download | cuberite-26a4845a995065f0ed24ef0e21e4c9bf44cef002.tar cuberite-26a4845a995065f0ed24ef0e21e4c9bf44cef002.tar.gz cuberite-26a4845a995065f0ed24ef0e21e4c9bf44cef002.tar.bz2 cuberite-26a4845a995065f0ed24ef0e21e4c9bf44cef002.tar.lz cuberite-26a4845a995065f0ed24ef0e21e4c9bf44cef002.tar.xz cuberite-26a4845a995065f0ed24ef0e21e4c9bf44cef002.tar.zst cuberite-26a4845a995065f0ed24ef0e21e4c9bf44cef002.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Simulator/RedstoneSimulator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Simulator/RedstoneSimulator.h b/src/Simulator/RedstoneSimulator.h index 56843e37f..0e3dd495d 100644 --- a/src/Simulator/RedstoneSimulator.h +++ b/src/Simulator/RedstoneSimulator.h @@ -4,6 +4,12 @@ #include "Simulator.h" +class cRedstoneSimulatorChunkData +{ +public: + virtual ~cRedstoneSimulatorChunkData() {} +} ; + template <class ChunkType, class WorldType> class cRedstoneSimulator : |