![]() |
GoldFish Engine
Quite simple and lightweight game engine
|
Type definitions for C99 types in C89. More...
Go to the source code of this file.
Macros | |
#define | gf_true 1 |
#define | gf_false (!gf_true) |
Typedefs | |
typedef unsigned char | gf_bool_t |
typedef unsigned char | gf_uint8_t |
typedef unsigned short | gf_uint16_t |
typedef unsigned int | gf_uint32_t |
typedef gf_uint32_t | gf_uint64_t |
typedef signed char | gf_int8_t |
typedef signed short | gf_int16_t |
typedef signed int | gf_int32_t |
typedef gf_int32_t | gf_int64_t |
Type definitions for C99 types in C89.
Definition in file compat.h.