summaryrefslogtreecommitdiff
path: root/include/SDL_stdinc.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2014-08-16 23:23:15 -0700
committerSam Lantinga <slouken@libsdl.org>2014-08-16 23:23:15 -0700
commit10af046b9b701b821b106304bff62a7484252b59 (patch)
treec34becea56bd070d221eb2f400c28d36613da03e /include/SDL_stdinc.h
parent9454d5fdda3b02090779eba3f979244f677a9254 (diff)
downloadsdl-10af046b9b701b821b106304bff62a7484252b59.tar.gz
Added SDL_round(), contributed by Benoit Pierre - thanks!
Diffstat (limited to 'include/SDL_stdinc.h')
-rw-r--r--include/SDL_stdinc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SDL_stdinc.h b/include/SDL_stdinc.h
index 78d3402e7..47a5ca9d4 100644
--- a/include/SDL_stdinc.h
+++ b/include/SDL_stdinc.h
@@ -428,6 +428,7 @@ extern DECLSPEC double SDLCALL SDL_fabs(double x);
extern DECLSPEC double SDLCALL SDL_floor(double x);
extern DECLSPEC double SDLCALL SDL_log(double x);
extern DECLSPEC double SDLCALL SDL_pow(double x, double y);
+extern DECLSPEC double SDLCALL SDL_round(double x);
extern DECLSPEC double SDLCALL SDL_scalbn(double x, int n);
extern DECLSPEC double SDLCALL SDL_sin(double x);
extern DECLSPEC float SDLCALL SDL_sinf(float x);