diff --git a/SDL_stdinc.jai b/SDL_stdinc.jai index 7058ace..07597f3 100644 --- a/SDL_stdinc.jai +++ b/SDL_stdinc.jai @@ -1,6 +1,6 @@ SDL_FLT_EPSILON :: 1.1920928e-07; SDL_PI_D : float64 : 3.141592653589793238462643383279502884; -SDL_PI_F :: 3.141592653589793238462643383279502884; +SDL_PI_F : float32 : 3.1415927; SDL_FunctionPointer :: #type ();