1
0

Added Rabbit.h and Rabbit.cpp to the CMakeList

This commit is contained in:
Masy98 2014-12-20 11:41:23 +01:00
parent 3d2b1875a1
commit 7903ee485e

View File

@ -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