SimpleEngine/include/simpleengine
SeanOMik 94cbd111e8
Change the command handler to update its own list of entities
2021-04-03 22:27:44 -05:00
..
components Update MovementComponent to use EventCallbacks for input. 2021-03-21 19:55:29 -05:00
events Change the command handler to update its own list of entities 2021-04-03 22:27:44 -05:00
animation.h Remove horrendous useless commented code. 2020-07-07 00:51:32 -05:00
async_event.h Remove unused #include <iostream> 2021-03-12 22:04:11 -06:00
component.h Create a Destructable classes to replace IsQuitting and Quit 2021-03-12 17:18:23 -06:00
destructable.h Create a Destructable classes to replace IsQuitting and Quit 2021-03-12 17:18:23 -06:00
entity.h Compiler warnings, and don't dynamic_cast twice in Entity::GetComponent 2021-03-12 17:33:10 -06:00
event.h Create a Destructable classes to replace IsQuitting and Quit 2021-03-12 17:18:23 -06:00
game.h Change the command handler to update its own list of entities 2021-04-03 22:27:44 -05:00
random.h Use type_traits to decide what distribution to use in Random 2021-03-22 18:55:21 -05:00