HATPC/scenes/engine/EC
En Yi e1a7774bfb Replace component data struct to use array
This will use more memory from the get go. I just prefer to statically
allocate memory.
2023-05-22 21:00:50 +08:00
..
sc Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
CMakeLists.txt Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
components.h Replace component data struct to use array 2023-05-22 21:00:50 +08:00
entManager.c Replace component data struct to use array 2023-05-22 21:00:50 +08:00
entManager.h Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
entity.h Replace component data struct to use array 2023-05-22 21:00:50 +08:00
mempool.c Replace component data struct to use array 2023-05-22 21:00:50 +08:00
mempool.h Refactor for better separation of concern 2023-05-16 21:09:38 +08:00