|
Size: 471
Comment: Added to Category Additional Other
|
Size: 480
Comment: Added links to Categories
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 23: | Line 23: |
| CategoryEnum CategoryAdditionalOther | [[CategoryEnum]], [[CategoryAdditionalOther]] |
SDL_bool
An simple enumeration of boolean value.
Contents
Values
SDL_TRUE |
Value which is equal to 1 or true |
SDL_FALSE |
Value which is equal to 0 or false |
Code Examples
You can add your code example here
Remarks
Every function, structure, class etc. will work with SDL_bool.
