From 48ec7df0fd27fab05c9918e83a3a7da1cc32d7a0 Mon Sep 17 00:00:00 2001 From: vimene Date: Sun, 3 Dec 2023 09:27:32 +0100 Subject: renamed MathVector{2,3,4} to Vector{2,3,4} and Mat4 to Matrix4 in engine::math --- src/fb/chfb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fb/chfb.h') diff --git a/src/fb/chfb.h b/src/fb/chfb.h index 1bf8b69..9e10a0d 100644 --- a/src/fb/chfb.h +++ b/src/fb/chfb.h @@ -2,7 +2,7 @@ #define FB_CHFB_H #include -#include "math/math_vector.h" +#include "math/vector.h" #include "o3d/tri_vertex.h" namespace engine::fb { -- cgit v1.2.3