Remove b_bot.c and b_bot.h from CMakeLists

This commit is contained in:
lachwright 2020-05-31 18:31:33 +08:00
parent dcd2f790ba
commit 08a87d7e7e

View file

@ -3,7 +3,6 @@
# Core sources
set(SRB2_CORE_SOURCES
am_map.c
b_bot.c
command.c
comptime.c
console.c
@ -50,7 +49,6 @@ set(SRB2_CORE_SOURCES
set(SRB2_CORE_HEADERS
am_map.h
b_bot.h
byteptr.h
command.h
console.h