Renamed preagi_input.cpp to preagi_common.cpp, as it now contains the code that all preagi games share (commit 2 of 2)

svn-id: r28832
This commit is contained in:
Filippos Karapetis 2007-09-02 21:36:43 +00:00
parent f50bdd1aa8
commit cb2ce51236
3 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@
>
</File>
<File
RelativePath="..\..\engines\agi\preagi_input.cpp"
RelativePath="..\..\engines\agi\preagi_common.cpp"
>
</File>
<File

View File

@ -24,7 +24,7 @@ MODULE_OBJS = \
op_test.o \
picture.o \
preagi.o \
preagi_input.o \
preagi_common.o \
preagi_mickey.o \
predictive.o \
saveload.o \