From 60bcc06f43e0c249204149153976e534b239d138 Mon Sep 17 00:00:00 2001 From: Mat Date: Sat, 4 Apr 2020 14:44:17 +0300 Subject: Implement wither skeletons (#4563) --- src/Mobs/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Mobs/CMakeLists.txt') diff --git a/src/Mobs/CMakeLists.txt b/src/Mobs/CMakeLists.txt index d9969cfdc..15456595c 100644 --- a/src/Mobs/CMakeLists.txt +++ b/src/Mobs/CMakeLists.txt @@ -33,6 +33,7 @@ SET (SRCS Villager.cpp Witch.cpp Wither.cpp + WitherSkeleton.cpp Wolf.cpp Zombie.cpp ZombiePigman.cpp) @@ -74,6 +75,7 @@ SET (HDRS Villager.h Witch.h Wither.h + WitherSkeleton.h Wolf.h Zombie.h ZombiePigman.h) -- cgit v1.2.3