Rename animated.i to animated.tpp
The .i extension causes problems with CodeBlocks.
This commit is contained in:
parent
28f2bca118
commit
d67b710359
5 changed files with 5 additions and 5 deletions
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -540,7 +540,7 @@
|
|||
Name="Others"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\animated.i"
|
||||
RelativePath="..\..\src\animated.tpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file animated.i
|
||||
* @file animated.tpp
|
||||
* Templates related to animations.
|
||||
*/
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue