Brought in some of amit's code to study and try out. amt/ has it.

This commit is contained in:
Zed A. Shaw 2025-01-16 12:50:25 -05:00
parent 2dfe5417b1
commit 5e63272f24
7 changed files with 1404 additions and 0 deletions

View file

@ -28,3 +28,10 @@ executable('zedcaster', [
'main.cpp'
],
dependencies: dependencies)
executable('amtcaster', [
'dbc.cpp',
'amt/raycaster.cpp',
'amt/main.cpp'
],
dependencies: dependencies)