|
Size: 764
Comment: update content (in progress)
|
← Revision 4 as of 2011-04-18 18:41:13 ⇥
Size: 705
Comment: update content - w/ Sam; remove draft
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 6: | Line 5: |
| Use this function to ^create an assertion for release builds^. | Use this function to create an assertion for release builds. |
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.
