|
@@ -601,8 +601,8 @@ extern DECLSPEC double SDLCALL SDL_asin(double x);
|
|
extern DECLSPEC float SDLCALL SDL_asinf(float x);
|
|
extern DECLSPEC float SDLCALL SDL_asinf(float x);
|
|
extern DECLSPEC double SDLCALL SDL_atan(double x);
|
|
extern DECLSPEC double SDLCALL SDL_atan(double x);
|
|
extern DECLSPEC float SDLCALL SDL_atanf(float x);
|
|
extern DECLSPEC float SDLCALL SDL_atanf(float x);
|
|
-extern DECLSPEC double SDLCALL SDL_atan2(double x, double y);
|
|
|
|
-extern DECLSPEC float SDLCALL SDL_atan2f(float x, float y);
|
|
|
|
|
|
+extern DECLSPEC double SDLCALL SDL_atan2(double y, double x);
|
|
|
|
+extern DECLSPEC float SDLCALL SDL_atan2f(float y, float x);
|
|
extern DECLSPEC double SDLCALL SDL_ceil(double x);
|
|
extern DECLSPEC double SDLCALL SDL_ceil(double x);
|
|
extern DECLSPEC float SDLCALL SDL_ceilf(float x);
|
|
extern DECLSPEC float SDLCALL SDL_ceilf(float x);
|
|
extern DECLSPEC double SDLCALL SDL_copysign(double x, double y);
|
|
extern DECLSPEC double SDLCALL SDL_copysign(double x, double y);
|