From 38ed55232673263a19549c9ea3b9f09e11deada5 Mon Sep 17 00:00:00 2001 From: Samuel Barney Date: Wed, 20 Aug 2014 15:41:45 -0600 Subject: Added NewMonster to the make list for mobs --- src/Mobs/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Mobs') diff --git a/src/Mobs/CMakeLists.txt b/src/Mobs/CMakeLists.txt index 23bcadaa6..060c012fc 100644 --- a/src/Mobs/CMakeLists.txt +++ b/src/Mobs/CMakeLists.txt @@ -20,6 +20,7 @@ SET (SRCS IronGolem.cpp MagmaCube.cpp Monster.cpp + NewMonster.cpp Mooshroom.cpp PassiveAggressiveMonster.cpp PassiveMonster.cpp @@ -54,6 +55,7 @@ SET (HDRS IronGolem.h MagmaCube.h Monster.h + NewMonster.h Mooshroom.h Ocelot.h PassiveAggressiveMonster.h -- cgit v1.2.3