mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-15 23:01:16 +00:00
ios: Fixed math include in demos.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "SDL.h"
|
||||
#include "math.h"
|
||||
#include <math.h>
|
||||
#include "common.h"
|
||||
|
||||
#define DAMPING 0.5f; /* after bouncing off a wall, damping coefficient determines final speed */
|
||||
|
||||
Reference in New Issue
Block a user