#include "Kyoto/Math/CMath.hpp" float CMath::SqrtF(float x) { return 0.f; } double CMath::SqrtD(double x) { return 0.0; }