From 761604f9e4815e8f4355637ebb46052314cbed86 Mon Sep 17 00:00:00 2001 From: vimene Date: Wed, 10 Dec 2025 20:40:42 +0100 Subject: renamed .h to .hpp --- src/Makefile.am | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 5a3b41d..e45b82d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,25 +1,25 @@ bin_PROGRAMS = engine -engine_SOURCES = \ - engine.cpp \ - renderer.h renderer.cpp \ - obj_parser.h obj_parser.cpp \ - fb/fb.h fb/chfb.h fb/chfb.cpp fb/pixfb.h fb/pixfb.cpp \ - math/vector.h \ - math/mat4.h \ - math/quat.h \ - math/tform.h \ - o3d/mesh.h o3d/mesh.cpp \ - o3d/obj3d.h \ - o3d/vertex_data.h \ - o3d/vertex.h \ - o3d/deriv_vertex.h \ - o3d/tri.h \ - o3d/tri_deriv.h o3d/tri_deriv.cpp \ - o3d/camera.h \ - o3d/scene.h \ - ctrl/keyboard.h \ - ctrl/mouse.h +engine_SOURCES = \ + engine.cpp \ + renderer.hpp renderer.cpp \ + obj_parser.hpp obj_parser.cpp \ + fb/fb.hpp fb/chfb.hpp fb/chfb.cpp fb/pixfb.hpp fb/pixfb.cpp \ + math/vector.hpp \ + math/mat4.hpp \ + math/quat.hpp \ + math/tform.hpp \ + o3d/mesh.hpp o3d/mesh.cpp \ + o3d/obj3d.hpp \ + o3d/vertex_data.hpp \ + o3d/vertex.hpp \ + o3d/deriv_vertex.hpp \ + o3d/tri.hpp \ + o3d/tri_deriv.hpp o3d/tri_deriv.cpp \ + o3d/camera.hpp \ + o3d/scene.hpp \ + ctrl/keyboard.hpp \ + ctrl/mouse.hpp engine_CPPFLAGS = -std=gnu++23 -Wall -Wextra engine_LDFLAGS = -std=gnu++23 -Wall -Wextra -- cgit v1.2.3