#pragma once #include #include "ecs.h" struct World; EntityID parseEntity(const nlohmann::json& json, World* world);