diff options
| -rw-r--r-- | ecs2.cpp | 7 | 
1 files changed, 6 insertions, 1 deletions
@@ -5,7 +5,12 @@  #include <assert.h>  /* So it's like the other ECS example with a bunch of academic masturbation - * See https://git.quou.xyz/samples/tree/ecs.c */ + * See https://git.quou.xyz/samples/tree/ecs.c + * + * Areas for improvement: + * - Should really respect alignment. + * - Entity destruction + */  #define max_entities 256  /* If you want more than 32 component types then you'll have to  |