From 7903ee485ee58b67c6bc4a6b7a182c5d855d5418 Mon Sep 17 00:00:00 2001 From: Masy98 Date: Sat, 20 Dec 2014 11:41:23 +0100 Subject: Added Rabbit.h and Rabbit.cpp to the CMakeList --- src/Mobs/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Mobs/CMakeLists.txt b/src/Mobs/CMakeLists.txt index c1ac2de32..7a291dcf2 100644 --- a/src/Mobs/CMakeLists.txt +++ b/src/Mobs/CMakeLists.txt @@ -25,6 +25,7 @@ SET (SRCS PassiveAggressiveMonster.cpp PassiveMonster.cpp Pig.cpp + Rabbit.cpp Sheep.cpp Skeleton.cpp Slime.cpp @@ -62,6 +63,7 @@ SET (HDRS PassiveAggressiveMonster.h PassiveMonster.h Pig.h + Rabbit.h Sheep.h Silverfish.h Skeleton.h -- cgit v1.2.3