[−][src]Type Definition sdl2_sys::SDL_main_func
type SDL_main_func = Option<unsafe extern "C" fn(argc: c_int, argv: *mut *mut c_char) -> c_int>;
The prototype for the application's main() function
type SDL_main_func = Option<unsafe extern "C" fn(argc: c_int, argv: *mut *mut c_char) -> c_int>;
The prototype for the application's main() function