mirror of
https://github.com/zeldaret/ss
synced 2026-09-07 19:11:02 -04:00
snd_Sound3DCalculator OK
This commit is contained in:
@@ -18,7 +18,7 @@ using ::ceil;
|
||||
using ::ceilf;
|
||||
using ::copysign;
|
||||
using ::cos;
|
||||
using ::cosf;
|
||||
// using ::cosf;
|
||||
using ::fabsf;
|
||||
using ::floor;
|
||||
using ::floorf;
|
||||
@@ -43,6 +43,10 @@ inline float sqrt(float x) {
|
||||
return ::sqrtf(x);
|
||||
}
|
||||
|
||||
inline float cosf(float x) {
|
||||
return cos(x);
|
||||
}
|
||||
|
||||
// TODO: Very fake!
|
||||
// inline double fabs_wrapper(double x) {
|
||||
// return __fabs(x);
|
||||
|
||||
Reference in New Issue
Block a user