Common inline functions
This section lists some inline functions that are often used throughout the codebase.
📄️ sead
sead is Nintendo's C++ standard library. It provides basic data structures such as strings and tree maps and many other essential components (e.g. threads, critical sections, file IO, etc.)
📄️ agl
agl is one of Nintendo's in-house graphics libraries.
📄️ Havok
Havok is a physics engine middleware.