SDL2 Wiki
[ front page | index | search | recent changes | git repo | offline html ]

SDL_bool

A boolean (true/false) type.

Header File

Defined in SDL_stdinc.h

Syntax

typedef enum SDL_bool
{
    SDL_FALSE = 0,
    SDL_TRUE = 1
} SDL_bool;

CategoryAPI, CategoryAPIEnum, CategoryStdInc


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.