diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/cell_helper.hpp | 2 | ||||
-rw-r--r-- | src/game/cell_helper_impl.hpp (renamed from src/game/cell_helper.tpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/game/cell_helper.hpp b/src/game/cell_helper.hpp index cf41c6f..f76497a 100644 --- a/src/game/cell_helper.hpp +++ b/src/game/cell_helper.hpp @@ -31,4 +31,4 @@ private: -> std::list<Vector2>; }; -#include "cell_helper.tpp" +#include "cell_helper_impl.hpp" diff --git a/src/game/cell_helper.tpp b/src/game/cell_helper_impl.hpp index ebb35aa..ebb35aa 100644 --- a/src/game/cell_helper.tpp +++ b/src/game/cell_helper_impl.hpp |