summaryrefslogtreecommitdiffstats
path: root/src/Simulator/RedstoneSimulator.cpp
blob: a83f2110667c4d47df01f267eff84911160f7239 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

#include "Globals.h"

#include "RedstoneSimulator.h"
#include "../World.h"





cRedstoneSimulator::cRedstoneSimulator(cWorld & a_World) :
	super(a_World)
{
}