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/engine/graphics/matrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/graphics/matrix.hpp') diff --git a/src/engine/graphics/matrix.hpp b/src/engine/graphics/matrix.hpp index 5a7d893..fb08b29 100644 --- a/src/engine/graphics/matrix.hpp +++ b/src/engine/graphics/matrix.hpp @@ -51,4 +51,4 @@ private: void _copy_matrix_from(const Matrix &source) noexcept; }; -#include "matrix.tpp" +#include "matrix_impl.hpp" -- cgit v1.2.3-18-g5258