This file contains global type definitions which are used throughout the entire engine and applicatio...
#define KAPI
Import/export qualifier.
Definition: defines.h:205
_Bool b8
8-bit boolean type
Definition: defines.h:58
unsigned long long u64
Unsigned 64-bit integer.
Definition: defines.h:28
KAPI identifier identifier_create(void)
Generates a new unique identifier.
struct identifier identifier
KAPI b8 identifiers_equal(identifier a, identifier b)
Indicates if the provided identifiers are equal.
KAPI identifier identifier_from_u64(u64 uniqueid)
Creates an identifier from a known value. Useful for deserialization.
Definition: identifier.h:20
u64 uniqueid
Definition: identifier.h:22