mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-22 04:38:30 +00:00
Added SDL_fmod() and SDL_fmodf()
This commit is contained in:
parent
6cf065753c
commit
bcdf8b916b
20 changed files with 349 additions and 88 deletions
|
@ -148,6 +148,8 @@
|
|||
#cmakedefine HAVE_FABSF 1
|
||||
#cmakedefine HAVE_FLOOR 1
|
||||
#cmakedefine HAVE_FLOORF 1
|
||||
#cmakedefine HAVE_FMOD 1
|
||||
#cmakedefine HAVE_FMODF 1
|
||||
#cmakedefine HAVE_LOG 1
|
||||
#cmakedefine HAVE_LOGF 1
|
||||
#cmakedefine HAVE_POW 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue