Brought in some of amit's code to study and try out. amt/ has it.
This commit is contained in:
parent
2dfe5417b1
commit
5e63272f24
7 changed files with 1404 additions and 0 deletions
|
@ -28,3 +28,10 @@ executable('zedcaster', [
|
|||
'main.cpp'
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('amtcaster', [
|
||||
'dbc.cpp',
|
||||
'amt/raycaster.cpp',
|
||||
'amt/main.cpp'
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue