aboutsummaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2025-12-10 20:40:42 +0100
committervimene <vincent.menegaux@gmail.com>2025-12-10 20:40:42 +0100
commit761604f9e4815e8f4355637ebb46052314cbed86 (patch)
treeb9cd6dde75ebf5897f8e67835522c6411d6ab7cb /src/engine.cpp
parentc666035bc6a51e4dd76daebefffaf8bbc951977c (diff)
downloadengine-761604f9e4815e8f4355637ebb46052314cbed86.tar.gz
renamed .h to .hpp
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp32
1 files changed, 16 insertions, 16 deletions
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 <ncurses.h>
#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,