#ifndef ECS_COMPONENT_H_ #define ECS_COMPONENT_H_ namespace ecs { class Component { }; } #endif // ECS_COMPONENT_H_