Searched defs:sdl_info (Results 1 – 1 of 1) sorted by relevance
27 static struct sdl_info { struct28 SDL_Surface *screen;29 int width;30 int height;31 int depth;32 int pitch;33 uint frequency;34 uint sample_rate;35 bool audio_active;36 bool inited;[all …]