Rename animated.i to animated.tpp

The .i extension causes problems with CodeBlocks.
This commit is contained in:
Ignacio R. Morelle 2014-10-09 16:54:08 -03:00
parent 28f2bca118
commit d67b710359
5 changed files with 5 additions and 5 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

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

View file

@ -13,7 +13,7 @@
*/
/**
* @file animated.i
* @file animated.tpp
* Templates related to animations.
*/

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"