← Back to file list Raw

src/U_Typedefs.h

#pragma once
#include <stddef.h>
typedef size_t entityid_t;
typedef size_t serial_t;
typedef size_t worldid_t;
typedef unsigned int crc_t;
typedef unsigned int crc32_t;
typedef unsigned short clientid_t;
typedef unsigned short netmsgid_t;
typedef unsigned short packetid_t;
typedef unsigned short netentityid_t;