Basic config system from a json file but it's got serious issues. Can't copy construct it because of the variable blocking copying, and it can't even be put into the dinkyecs in any way.
This commit is contained in:
parent
24b1e4a500
commit
0ba789697a
7 changed files with 93 additions and 5 deletions
|
@ -20,7 +20,7 @@ runtests = executable('runtests', [
|
|||
'sound.cpp',
|
||||
'collider.cpp',
|
||||
'ansi_parser.cpp',
|
||||
#'render.cpp',
|
||||
'config.cpp',
|
||||
'tests/fsm.cpp',
|
||||
'tests/dbc.cpp',
|
||||
'tests/map.cpp',
|
||||
|
@ -28,6 +28,7 @@ runtests = executable('runtests', [
|
|||
'tests/sound.cpp',
|
||||
'tests/dinkyecs.cpp',
|
||||
'tests/ansi_parser.cpp',
|
||||
'tests/config.cpp',
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue