5 #include <NasNas/ecs/components/InputsComponent.hpp> 6 #include <NasNas/ecs/components/PhysicsComponent.hpp> 7 #include <NasNas/ecs/components/SpriteComponent.hpp> 8 #include <NasNas/ecs/System.hpp> 11 extern System<InputsComponent> inputs_system;
12 extern System<PhysicsComponent> physics_system;
13 extern System<SpriteComponent> sprite_system;