Barely working ansi color codes parser but I _really_ don't like this one. Too much code to just get it to process correctly which means it'll be brittle as hell later.
This commit is contained in:
parent
a44a9a04f9
commit
f32b39afe2
9 changed files with 621 additions and 152 deletions
14
meson.build
14
meson.build
|
@ -19,13 +19,15 @@ runtests = executable('runtests', [
|
|||
'rand.cpp',
|
||||
'sound.cpp',
|
||||
'collider.cpp',
|
||||
'ansi_parser.cpp',
|
||||
'render.cpp',
|
||||
'tests/fsm.cpp',
|
||||
'tests/dbc.cpp',
|
||||
'tests/map.cpp',
|
||||
'tests/collider.cpp',
|
||||
'tests/sound.cpp',
|
||||
'tests/dinkyecs.cpp',
|
||||
#'tests/fsm.cpp',
|
||||
#'tests/dbc.cpp',
|
||||
#'tests/map.cpp',
|
||||
#'tests/collider.cpp',
|
||||
#'tests/sound.cpp',
|
||||
#'tests/dinkyecs.cpp',
|
||||
'tests/ansi_parser.cpp',
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue