|
Size: 480
Comment: Added links to Categories
|
Size: 480
Comment: Changed order to match header.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 10: | Line 10: |
| ||SDL_FALSE||Value which is equal to 0 or ''false''|| | |
| Line 11: | Line 12: |
| ||SDL_FALSE||Value which is equal to 0 or ''false''|| |
SDL_bool
An simple enumeration of boolean value.
Contents
Values
SDL_FALSE |
Value which is equal to 0 or false |
SDL_TRUE |
Value which is equal to 1 or true |
Code Examples
You can add your code example here
Remarks
Every function, structure, class etc. will work with SDL_bool.
