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