28332c656
92c59963f
3a897844a
619ec8b24
bc1e236d5
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); } ;