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

#pragma once

#include "Simulator.h"




class cRedstoneSimulator :
	public cSimulator
{
	typedef cSimulator super;
	
public:
	cRedstoneSimulator(cWorld & a_World);

} ;