Searched refs:SDL_disabled_assert (Results 1 – 1 of 1) sorted by relevance
111 #define SDL_disabled_assert(condition) \ macro174 # define SDL_assert(condition) SDL_disabled_assert(condition)175 # define SDL_assert_release(condition) SDL_disabled_assert(condition)176 # define SDL_assert_paranoid(condition) SDL_disabled_assert(condition)178 # define SDL_assert(condition) SDL_disabled_assert(condition)180 # define SDL_assert_paranoid(condition) SDL_disabled_assert(condition)184 # define SDL_assert_paranoid(condition) SDL_disabled_assert(condition)
Completed in 5 milliseconds