rename animated.i to animated.tpp

This commit is contained in:
Chris Beck 2014-06-15 09:54:55 -04:00
parent 0a85eff55b
commit 2510b779f6
5 changed files with 4 additions and 4 deletions

View file

@ -151,7 +151,7 @@
<Unit filename="../../src/ai/testing/stage_rca.cpp" />
<Unit filename="../../src/ai/testing/stage_rca.hpp" />
<Unit filename="../../src/animated.hpp" />
<Unit filename="../../src/animated.i" />
<Unit filename="../../src/animated.tpp" />
<Unit filename="../../src/animated_game.cpp" />
<Unit filename="../../src/array.hpp" />
<Unit filename="../../src/arrow.cpp" />

View file

@ -188,7 +188,7 @@
<Unit filename="..\..\src\ai\testing\stage_rca.cpp" />
<Unit filename="..\..\src\ai\testing\stage_rca.hpp" />
<Unit filename="..\..\src\animated.hpp" />
<Unit filename="..\..\src\animated.i" />
<Unit filename="..\..\src\animated.tpp" />
<Unit filename="..\..\src\animated_game.cpp" />
<Unit filename="..\..\src\array.hpp" />
<Unit filename="..\..\src\arrow.cpp" />

View file

@ -550,7 +550,7 @@
Name="Others"
>
<File
RelativePath="..\..\src\animated.i"
RelativePath="..\..\src\animated.tpp"
>
</File>
<File

View file

@ -17,7 +17,7 @@
* Template instantiations for wesnoth-game.
*/
#include "animated.i"
#include "animated.tpp"
// Force compilation of the following template instantiations
#include "unit_frame.hpp"