Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later).

This commit is contained in:
STRWarrior
2014-02-07 22:59:08 +01:00
parent 09a23fa114
commit 3a897844a0
10 changed files with 1823 additions and 1827 deletions
+3 -3
View File
@@ -1,16 +1,16 @@
#pragma once
#include "RedstoneManager.h"
#include "RedstoneSimulator.h"
class cRedstoneNoopSimulator :
public cRedstoneManager
public cRedstoneSimulator
{
typedef cRedstoneManager super;
typedef cRedstoneSimulator super;
public:
cRedstoneNoopSimulator(cWorld & a_World) :