diff options
Diffstat (limited to 'src/engine.cpp')
| -rw-r--r-- | src/engine.cpp | 32 |
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, |
