aboutsummaryrefslogtreecommitdiff
path: root/src/fb/chfb.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/fb/chfb.cpp
parentc666035bc6a51e4dd76daebefffaf8bbc951977c (diff)
downloadengine-761604f9e4815e8f4355637ebb46052314cbed86.tar.gz
renamed .h to .hpp
Diffstat (limited to 'src/fb/chfb.cpp')
-rw-r--r--src/fb/chfb.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fb/chfb.cpp b/src/fb/chfb.cpp
index 8068d8f..9f293ed 100644
--- a/src/fb/chfb.cpp
+++ b/src/fb/chfb.cpp
@@ -1,10 +1,10 @@
-#include "fb/chfb.h"
+#include "fb/chfb.hpp"
#include <algorithm>
#include <cstdint>
-#include "math/vector.h"
-#include "math/quat.h"
-#include "o3d/vertex_data.h"
-#include "o3d/camera.h"
+#include "math/vector.hpp"
+#include "math/quat.hpp"
+#include "o3d/vertex_data.hpp"
+#include "o3d/camera.hpp"
using namespace engine::fb;
using