Rename animated_game.cpp -> animated.cpp
Makes it clearer which header it's a companion to.
This commit is contained in:
parent
affe624682
commit
ad4f6b122d
3 changed files with 2 additions and 2 deletions
|
@ -202,9 +202,9 @@
|
|||
<Unit filename="../../src/ai/simulated_actions.hpp" />
|
||||
<Unit filename="../../src/ai/testing.cpp" />
|
||||
<Unit filename="../../src/ai/testing.hpp" />
|
||||
<Unit filename="../../src/animated.cpp" />
|
||||
<Unit filename="../../src/animated.hpp" />
|
||||
<Unit filename="../../src/animated.tpp" />
|
||||
<Unit filename="../../src/animated_game.cpp" />
|
||||
<Unit filename="../../src/arrow.cpp" />
|
||||
<Unit filename="../../src/arrow.hpp" />
|
||||
<Unit filename="../../src/attack_prediction.cpp" />
|
||||
|
|
|
@ -56,7 +56,7 @@ ai/manager.cpp
|
|||
ai/registry.cpp
|
||||
ai/simulated_actions.cpp
|
||||
ai/testing.cpp
|
||||
animated_game.cpp
|
||||
animated.cpp
|
||||
attack_prediction.cpp
|
||||
build_info.cpp
|
||||
carryover.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue