From 5b62c4c3145c08b093521e42c565922fa85de4ad Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 26 Jun 2015 17:24:51 -0500 Subject: Reorganised the redstone simulator -> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan! * Uses classes and inheritance now * Speed should be improved --- src/BlockEntities/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/BlockEntities/CMakeLists.txt') diff --git a/src/BlockEntities/CMakeLists.txt b/src/BlockEntities/CMakeLists.txt index 931484be0..fbf85d2af 100644 --- a/src/BlockEntities/CMakeLists.txt +++ b/src/BlockEntities/CMakeLists.txt @@ -42,7 +42,6 @@ SET (HDRS MobHeadEntity.h MobSpawnerEntity.h NoteEntity.h - RedstonePoweredEntity.h SignEntity.h ) -- cgit v1.2.3