Just wrote my own entity system to figure it out.
This commit is contained in:
parent
a3eaf78fd3
commit
cc4f83a1d1
8 changed files with 229 additions and 59 deletions
|
@ -35,10 +35,14 @@ roguish = executable('roguish', [
|
|||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
runtests = executable('flecstest', [
|
||||
'./scratchpad/flecs.cpp'
|
||||
flectest = executable('flecstest', [
|
||||
'./scratchpad/flecstest.cpp'
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
myecstest = executable('myecstest', [
|
||||
'./scratchpad/myecstest.cpp'
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
test('tests', runtests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue