mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
These are defined in cmath
This commit is contained in:
@@ -90,7 +90,6 @@ inline float abs(float f)
|
||||
{
|
||||
return std::abs(f);
|
||||
}
|
||||
#endif
|
||||
|
||||
inline float sqrt(float f)
|
||||
{
|
||||
@@ -131,6 +130,7 @@ inline float pow(float x, float y)
|
||||
{
|
||||
return std::pow(x, y);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user