Wiki Page Content

Revision 1 as of 2011-04-13 19:21:44

Clear message

DRAFT

SDL_assert_release

Use this function to create an assertion for release.

Syntax

void SDL_assert_release(condition)

Function Parameters

condition

the expression condition to check

Code Examples

You can add your code example here

Remarks

This function is enabled and available for use by default. If the SDL_ASSERT_LEVEL is set to 0 it is disabled. See the Assertions Category page for details.


CategoryAPI, CategoryAssertions

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit