First pass at Ryan's assertion code, minor tweaks to come.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404398
This commit is contained in:
Sam Lantinga 2010-01-13 06:47:17 +00:00
parent 7f6c455755
commit a8a1ac9acd
15 changed files with 667 additions and 1 deletions

View file

@ -28,6 +28,9 @@
/* General platform specific identifiers */
#include "SDL_platform.h"
/* SDL internal assertion support */
#define SDL_ASSERT_LEVEL 1
/* Make sure that this isn't included by Visual C++ */
#ifdef _MSC_VER
#error You should copy include/SDL_config.h.default to include/SDL_config.h