-added more documentation
-remove update() function from entity -currently max supported components count is 64 per type
This commit is contained in:
parent
546b73c567
commit
845f468d59
10 changed files with 199 additions and 64 deletions
|
|
@ -1,3 +1,7 @@
|
|||
/************************************************************************************************************************
|
||||
*It's internal code!
|
||||
*This module contain implementation of standard functionality.
|
||||
*/
|
||||
module ecs.std;
|
||||
|
||||
version(Emscripten)version = ECSEmscripten;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue