Added SDL_round(), contributed by Benoit Pierre - thanks!

This commit is contained in:
Sam Lantinga 2014-08-16 23:23:15 -07:00
parent 5619521805
commit 5acb7c63d1
19 changed files with 29 additions and 4 deletions

View file

@ -140,6 +140,7 @@
#cmakedefine HAVE_FLOOR 1
#cmakedefine HAVE_LOG 1
#cmakedefine HAVE_POW 1
#cmakedefine HAVE_ROUND 1
#cmakedefine HAVE_SCALBN 1
#cmakedefine HAVE_SIN 1
#cmakedefine HAVE_SINF 1