aboutsummaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-02 20:50:28 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:57:00 +0200
commit7578eb6f79afbb421298088ee53da620eb04037f (patch)
tree6784011258b6967e75cf8478356c651c1c45938b /src/game
parentea5cd08dd67f9bc4351ecebdda9e310a8072ae32 (diff)
refactor: rename .tpp files to end with _impl.hpp
Diffstat (limited to 'src/game')
-rw-r--r--src/game/cell_helper.hpp2
-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