Wiki Page Content

SDL_assert_release

Use this function to create an assertion for release builds.

Syntax

void SDL_assert_release(condition)

Function Parameters

condition

the expression to check

Code Examples

You can add your code example here

Remarks

This function is enabled by default. It can be disabled by setting the SDL_ASSERT_LEVEL to 0. See the Assertions Category page for details.


CategoryAPI, CategoryAssertions

None: SDL_assert_release (last edited 2011-04-18 18:41:13 by SheenaSmith)

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