summaryrefslogblamecommitdiffstats
path: root/src/Simulator/RedstoneSimulator.cpp
blob: a83f2110667c4d47df01f267eff84911160f7239 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
 
                    
 
                              
                     
 
 


 

                                                          






 

#include "Globals.h"

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





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