Files
scummvm/engines/sword25/math
Colin Snover 81f78d4ddf BLADERUNNER: Remove use of C99 math
C++ math functions are overloaded so operate using single-precision
when receiving a float input. The C standard library on FreeMiNT
does not fully support C99 math so use of sqrtf, sinf, etc.
instead of the C++ API does not work.
2018-08-26 15:33:44 +03:00
..
2018-08-26 15:33:44 +03:00
2018-08-26 15:33:44 +03:00