1
0

Cleaned up simulators

This commit is contained in:
Tiger Wang
2014-10-25 21:54:00 +01:00
parent 6fbc98def2
commit 85c298d73e
17 changed files with 2644 additions and 2681 deletions

View File

@@ -13,14 +13,14 @@ public:
inline cRedstoneSimulatorChunkData::~cRedstoneSimulatorChunkData() {}
template <class ChunkType, class WorldType>
class cRedstoneSimulator :
public cSimulator<ChunkType, WorldType>
public cSimulator
{
typedef cSimulator<ChunkType, WorldType> super;
typedef cSimulator super;
public:
cRedstoneSimulator(WorldType & a_World) :
cRedstoneSimulator(cWorld & a_World) :
super(a_World)
{
}