Searched refs:SDL_AssertData (Results 1 – 1 of 1) sorted by relevance
123 typedef struct SDL_AssertData struct131 const struct SDL_AssertData *next; argument132 } SDL_AssertData; typedef135 extern DECLSPEC SDL_AssertState SDLCALL SDL_ReportAssertion(SDL_AssertData *,159 static struct SDL_AssertData sdl_assert_data = { 0, 0, #condition, 0, 0, 0, 0 }; \206 const SDL_AssertData* data, void* userdata);300 extern DECLSPEC const SDL_AssertData * SDLCALL SDL_GetAssertionReport(void);319 #define SDL_assert_data SDL_AssertData
Completed in 8 milliseconds