1
0
cuberite-2a/src/Simulator/RedstoneManager.cpp
STRWarrior 176664810b Implemented an easy way of adding new redstone simulators.
Also added a "noop" redstone simulator that does the same as the fluid version.
2014-02-07 22:13:55 +01:00

20 lines
159 B
C++

#include "Globals.h"
#include "RedstoneManager.h"
#include "../World.h"
cRedstoneManager::cRedstoneManager(cWorld & a_World) :
super(a_World)
{
}