mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-09 19:39:07 +00:00
6 lines
124 B
C++
6 lines
124 B
C++
#include "Kyoto/Math/CMath.hpp"
|
|
|
|
float CMath::SqrtF(float x) { return 0.f; }
|
|
|
|
double CMath::SqrtD(double x) { return 0.0; }
|