From 7578eb6f79afbb421298088ee53da620eb04037f Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 2 Jun 2022 20:50:28 +0200 Subject: refactor: rename .tpp files to end with _impl.hpp --- src/game/cell_helper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/cell_helper.hpp') 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; }; -#include "cell_helper.tpp" +#include "cell_helper_impl.hpp" -- cgit v1.2.3-18-g5258