From 761604f9e4815e8f4355637ebb46052314cbed86 Mon Sep 17 00:00:00 2001 From: vimene Date: Wed, 10 Dec 2025 20:40:42 +0100 Subject: renamed .h to .hpp --- src/engine.cpp | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/engine.cpp') diff --git a/src/engine.cpp b/src/engine.cpp index 2acba89..1d17ec2 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -23,22 +23,22 @@ #include #endif -#include "fb/chfb.h" -#include "fb/pixfb.h" -#include "o3d/scene.h" -#include "o3d/mesh.h" -#include "o3d/obj3d.h" -#include "o3d/vertex_data.h" -#include "o3d/tri.h" -#include "o3d/camera.h" -#include "math/vector.h" -#include "math/mat4.h" -#include "math/quat.h" -#include "math/tform.h" -#include "ctrl/keyboard.h" -#include "ctrl/mouse.h" -#include "renderer.h" -#include "obj_parser.h" +#include "fb/chfb.hpp" +#include "fb/pixfb.hpp" +#include "o3d/scene.hpp" +#include "o3d/mesh.hpp" +#include "o3d/obj3d.hpp" +#include "o3d/vertex_data.hpp" +#include "o3d/tri.hpp" +#include "o3d/camera.hpp" +#include "math/vector.hpp" +#include "math/mat4.hpp" +#include "math/quat.hpp" +#include "math/tform.hpp" +#include "ctrl/keyboard.hpp" +#include "ctrl/mouse.hpp" +#include "renderer.hpp" +#include "obj_parser.hpp" using engine::Renderer, -- cgit v1.2.3