The config sets the default assertion level so people can override it for their own use in application code.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404400
This commit is contained in:
Sam Lantinga 2010-01-13 07:25:28 +00:00
parent 0dcf321953
commit e50ab3b341
11 changed files with 16 additions and 20 deletions

View file

@ -29,7 +29,7 @@
#include <AvailabilityMacros.h>
/* SDL internal assertion support */
#define SDL_ASSERT_LEVEL 1
#define SDL_DEFAULT_ASSERT_LEVEL 1
/* This is a set of defines to configure the SDL features */