Basics

This chapter describes ubiquitous functions, enums and structs whose understanding of is a prerequisite of the following chapters.

Enums

Functions

AddressSignatureDescription
0x0064F7B9malloc_wrapper(size_t size)A thin wrapper around malloc that is used for most heap allocations of the game.

Structs and Unions