SimpleEngine/include/simpleengine
SeanOMik 17b81c83cc
Use shared_ptr for components instead of unique_ptr
2020-07-12 23:16:59 -05:00
..
components Some fixes 2020-07-12 22:46:27 -05:00
events Make Entity::Update call UpdateComponents by default instead of an event 2020-07-04 16:42:11 -05:00
animation.h Remove horrendous useless commented code. 2020-07-07 00:51:32 -05:00
component.h Rework some stuff for memory 2020-07-03 15:26:44 -05:00
entity.h Use shared_ptr for components instead of unique_ptr 2020-07-12 23:16:59 -05:00
event.h Remove default render target of nullptr. 2020-07-03 13:34:22 -05:00
game.h Rework some stuff for memory 2020-07-03 15:26:44 -05:00