Renamed some game.cpp files to detection.cpp

svn-id: r26623
This commit is contained in:
Max Horn 2007-04-27 20:26:54 +00:00
parent 579a3fe7cf
commit fbc2f89b08
4 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ MODULE_OBJS := \
cursor.o \
debug.o \
debugger.o \
detection.o \
draw.o \
event.o \
game.o \
gfx.o \
icons.o \
input.o \

View File

@ -4,10 +4,10 @@ MODULE_OBJS := \
actor.o \
animation.o \
console.o \
detection.o \
events.o \
font.o \
font_map.o \
game.o \
gfx.o \
ihnm_introproc.o \
image.o \