diff options
| author | vimene <vincent.menegaux@gmail.com> | 2025-12-10 20:40:42 +0100 |
|---|---|---|
| committer | vimene <vincent.menegaux@gmail.com> | 2025-12-10 20:40:42 +0100 |
| commit | 761604f9e4815e8f4355637ebb46052314cbed86 (patch) | |
| tree | b9cd6dde75ebf5897f8e67835522c6411d6ab7cb /src/fb/pixfb.cpp | |
| parent | c666035bc6a51e4dd76daebefffaf8bbc951977c (diff) | |
| download | engine-761604f9e4815e8f4355637ebb46052314cbed86.tar.gz | |
renamed .h to .hpp
Diffstat (limited to 'src/fb/pixfb.cpp')
| -rw-r--r-- | src/fb/pixfb.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fb/pixfb.cpp b/src/fb/pixfb.cpp index d49566e..55c356f 100644 --- a/src/fb/pixfb.cpp +++ b/src/fb/pixfb.cpp @@ -1,10 +1,10 @@ -#include "fb/pixfb.h" +#include "fb/pixfb.hpp" #include <cstdint> #include <algorithm> -#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 |
