diff options
author | Ryan C. Gordon <icculus@icculus.org> | 2010-01-13 16:21:26 +0000 |
---|---|---|
committer | Ryan C. Gordon <icculus@icculus.org> | 2010-01-13 16:21:26 +0000 |
commit | adbfb1624647ffea1e6bf7c769916e97f4c5a88e (patch) | |
tree | f5ff134268cf56ec48cf99ada96d221116ec56d3 | |
parent | 41337892d25a4f64aaa9ebbde8df5c8870fc6453 (diff) |
Friendly warning comment.
-rw-r--r-- | include/SDL_assert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SDL_assert.h b/include/SDL_assert.h index aca748b6fd..f29c25a19e 100644 --- a/include/SDL_assert.h +++ b/include/SDL_assert.h @@ -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); |