-removed some unnecessary variables -started C-API implemantation: * added C-API option to Meson (build included to main library) * refactored some code (moved some code form templates to final code, removed delegates from system) * moved templates outside EntityManager to make it possible to use in different functions
7 lines
No EOL
56 B
Meson
7 lines
No EOL
56 B
Meson
src += files(
|
|
'manager.d'
|
|
)
|
|
|
|
c_src = files(
|
|
'test.c'
|
|
) |