I think I've got my head around what ECS does and am slowly reshaping the engine to use it better.

This commit is contained in:
Zed A. Shaw 2024-10-16 20:31:00 -04:00
parent da04c5ec54
commit e42647d727
5 changed files with 93 additions and 76 deletions

View file

@ -29,6 +29,7 @@ roguish = executable('roguish', [
'map.cpp',
'gui.cpp',
'rand.cpp',
'systems.cpp',
],
dependencies: dependencies)