#include <assert.h>
#include <cstddef>
#include <stdint.h>
Go to the source code of this file.
◆ __OpenKarto_Types_h__
#define __OpenKarto_Types_h__ |
◆ kt_bool
Type declaration of boolean type
Definition at line 145 of file Types.h.
◆ kt_char
Type declaration of char type
Definition at line 150 of file Types.h.
◆ kt_double
Type declaration of double type
Definition at line 160 of file Types.h.
◆ kt_float
Type declaration of float type
Definition at line 155 of file Types.h.
◆ kt_int16s
Type declaration of 16 bit integer type
Definition at line 96 of file Types.h.
◆ kt_int16u
Type declaration of unsigned 16 bit integer type
Definition at line 101 of file Types.h.
◆ kt_int32s
Type declaration of 32 bit integer type
Definition at line 106 of file Types.h.
◆ kt_int32u
Type declaration of unsigned 32 bit integer type
Definition at line 111 of file Types.h.
◆ kt_int64s
Type declaration of 64 bit integer type
Definition at line 127 of file Types.h.
◆ kt_int64u
Type declaration of unsigned 64 bit integer type
Definition at line 132 of file Types.h.
◆ kt_int8s
Type declaration of 8 bit integer type
Definition at line 86 of file Types.h.
◆ kt_int8u
Type declaration of unsigned 8 bit integer type
Definition at line 91 of file Types.h.
◆ kt_objecttype
Type declaration of karto object type
Definition at line 165 of file Types.h.
◆ kt_size_t
Type declaration of size_t type
Definition at line 138 of file Types.h.
◆ kt_tick
Type declaration of karto hight resolution timer tick type
Definition at line 170 of file Types.h.