diff options
author | vimene <vincent.menegaux@gmail.com> | 2023-11-26 02:08:10 +0100 |
---|---|---|
committer | vimene <vincent.menegaux@gmail.com> | 2023-11-26 02:08:10 +0100 |
commit | 97f4e5c80483255912b177e6a2557344da499a3e (patch) | |
tree | c75b709785ed6425e7a755eab859ed02e215c936 /Makefile.am | |
parent | da56b98fd91fc94dd2a17936f362c0c9873f1d19 (diff) | |
download | engine-97f4e5c80483255912b177e6a2557344da499a3e.tar.gz |
added matrices
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fae27fd..2a81b4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ bin_PROGRAMS = engine engine_SOURCES = src/engine.cpp \ src/fb/chfb.h src/fb/chfb.cpp src/fb/pixfb.h src/fb/pixfb.cpp \ src/math/math_vector.h src/math/math_vector.cpp \ + src/math/mat4.h src/math/mat4.cpp \ src/o3d/obj3d.h src/o3d/obj3d.cpp src/o3d/tri_vertex.h \ src/o3d/tri_vertex.cpp src/o3d/vertex.h src/o3d/vertex.cpp \ src/o3d/vertex_data.h src/o3d/vertex_data.cpp |