Updated Amit's code to run in sfml 3.0
This commit is contained in:
parent
105c974f1c
commit
7fb2d5cf26
3 changed files with 58 additions and 28 deletions
18
meson.build
18
meson.build
|
@ -40,12 +40,12 @@ executable('zedcaster', [
|
|||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
# executable('amtcaster', [
|
||||
# 'dbc.cpp',
|
||||
# 'config.cpp',
|
||||
# 'amt/texture.cpp',
|
||||
# 'amt/raycaster.cpp',
|
||||
# 'amt/main.cpp'
|
||||
# ],
|
||||
# cpp_args: ['-std=c++23'],
|
||||
# dependencies: dependencies)
|
||||
executable('amtcaster', [
|
||||
'dbc.cpp',
|
||||
'config.cpp',
|
||||
'amt/texture.cpp',
|
||||
'amt/raycaster.cpp',
|
||||
'amt/main.cpp'
|
||||
],
|
||||
cpp_args: ['-std=c++23'],
|
||||
dependencies: dependencies)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue