Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later).
This commit is contained in:
@@ -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) :
|
||||
|
||||
Reference in New Issue
Block a user