Searched refs:SDL_atof (Results 1 – 2 of 2) sorted by relevance
535 #define SDL_atof atof macro537 #define SDL_atof(X) SDL_strtod(X, NULL) macro
816 (SDL_atof((const char *)video->glGetString(GL_VERSION)) >= 1.2f)) in SDL_SetVideoMode()