HATPC/scenes/engine
En Yi bc7f9ef777 Add manager field to an entity
Since an entity is essentially tied to a manager, put it as a field in
Entity. This means no need to pass entity manager when getting a
component, which is more intuitive.
2023-05-23 21:00:23 +08:00
..
EC Add manager field to an entity 2023-05-23 21:00:23 +08:00
AABB.c Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
AABB.h 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
actions.h Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
assets.c Fix incorrect usage of s64 map 2023-05-20 16:09:00 +08:00
assets.h Combine Component, Entity + Manager headers 2023-05-23 20:37:55 +08:00
engine.c Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
engine.h Combine Component, Entity + Manager headers 2023-05-23 20:37:55 +08:00
gui.c Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
gui.h Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
raygui.h Refactor for better separation of concern 2023-05-16 21:09:38 +08:00