#pragma section-numbers off #pragma camelcase off = SDL_bool = An enumeration of boolean values. <> == Values == ||SDL_FALSE||value which is equal to 0 or ''false''|| ||SDL_TRUE||value which is equal to 1 or ''true''|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == Every function, structure, class etc. will work with SDL_bool. ---- [[CategoryEnum]], [[CategoryStandard]]