Refactor the entity out.
This commit is contained in:
parent
cac7017563
commit
a7f6357e12
6 changed files with 126 additions and 111 deletions
|
@ -16,6 +16,7 @@ dependencies = [catch2, fmt,
|
|||
runtests = executable('runtests', [
|
||||
'dbc.cpp',
|
||||
'map.cpp',
|
||||
'entity.cpp',
|
||||
'tests/fsm.cpp',
|
||||
'tests/dbc.cpp',
|
||||
'tests/map.cpp',
|
||||
|
@ -26,6 +27,7 @@ roguish = executable('roguish', [
|
|||
'dbc.cpp',
|
||||
'main.cpp',
|
||||
'map.cpp',
|
||||
'entity.cpp',
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue