aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2025-12-13 22:46:55 +0100
committervimene <vincent.menegaux@gmail.com>2025-12-13 22:46:55 +0100
commit03ea86d9e0db2456813290f2760ba4c28b2f9b3e (patch)
tree7ee7acdd1c17f0b6933f53921131ffefe7cbe5df /src
parent98b9f7a1a7eeaa3b6495a1bb3b88309aee7f49de (diff)
downloadengine-03ea86d9e0db2456813290f2760ba4c28b2f9b3e.tar.gz
removed old header file
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e45b82d..fd8f7fd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@ 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 \
+ fb/chfb.hpp fb/chfb.cpp fb/pixfb.hpp fb/pixfb.cpp \
math/vector.hpp \
math/mat4.hpp \
math/quat.hpp \