diff options
Diffstat (limited to 'src/fb/chfb.cpp')
| -rw-r--r-- | src/fb/chfb.cpp | 10 |
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 |
