#include "SmartObject.h" namespace ECS { SmartObjectModule::SmartObjectModule(flecs::world &ecs) { ecs.module(); ecs.component().add(flecs::Singleton); ecs.component(); } }