mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 13:37:56 +00:00
Android: fix corresponding warnings
This commit is contained in:
@@ -36,12 +36,14 @@
|
||||
|
||||
#define MAXPATHSIZE 1024
|
||||
|
||||
#define DOLLARNPOINTS 64
|
||||
#define DOLLARSIZE 256
|
||||
|
||||
#define ENABLE_DOLLAR
|
||||
|
||||
#define PHI 0.618033989
|
||||
#define DOLLARNPOINTS 64
|
||||
|
||||
#if defined(ENABLE_DOLLAR)
|
||||
# define DOLLARSIZE 256
|
||||
# define PHI 0.618033989
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
float x,y;
|
||||
|
||||
Reference in New Issue
Block a user