Friendly warning comment.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404419
This commit is contained in:
Ryan C. Gordon 2010-01-13 16:21:26 +00:00
parent b01eaafa2f
commit 7ab6608457

View File

@ -112,6 +112,7 @@ typedef struct SDL_assert_data
struct SDL_assert_data *next;
} SDL_assert_data;
/* Never call this directly. Use the SDL_assert* macros. */
extern DECLSPEC SDL_assert_state SDLCALL SDL_ReportAssertion(SDL_assert_data *,
const char *,
const char *, int);