renamed SDL PI constants to SDL_PI_D and SDL_PI_F.
This commit is contained in:
@@ -6,6 +6,6 @@ This is a list of major changes in SDL's version history.
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
General:
|
||||
* M_PI is no longer defined in SDL_stdinc.h, now the symbols SDL_M_PIl (double) and SDL_M_PIf (float) are available
|
||||
* M_PI is no longer defined in SDL_stdinc.h, now the symbols SDL_PI_D (double) and SDL_PI_F (float) are available
|
||||
* SDL_GetWindowWMInfo() returns a standard int result code instead of SDL_bool, and takes SDL_SYSWM_CURRENT_VERSION as a new third parameter
|
||||
* SDL_RWFromFP has been removed from the API
|
||||
|
||||
Reference in New Issue
Block a user