diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL2/SDL_config.h | 2 | ||||
-rw-r--r-- | include/config.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/SDL2/SDL_config.h b/include/SDL2/SDL_config.h index 7869828..1dec727 100644 --- a/include/SDL2/SDL_config.h +++ b/include/SDL2/SDL_config.h @@ -137,7 +137,7 @@ typedef unsigned int uintptr_t; #define HAVE_SCALBN 1
#endif
#if !defined(_MSC_VER) || defined(_USE_MATH_DEFINES)
-#define HAVE_M_PI 1
+//#define HAVE_M_PI 1
#endif
#else
#define HAVE_STDARG_H 1
diff --git a/include/config.h b/include/config.h index af9d72e..b63ae06 100644 --- a/include/config.h +++ b/include/config.h @@ -9,4 +9,6 @@ void readConfig(); void updateConfig(); +void saveConfig(); + #endif //CONFIG_H
\ No newline at end of file |