Files
mm/include/global.h
T
Kenix3 5c97d35841 Added macros header
Additionally, updated code to use PHYSICAL_TO_VIRTUAL and ALIGN16 macros.
Additionally, retyped gRspSegmentPhysAddrs back to u32 as in OOT. These get the straight return value of PHYSICAL_TO_VIRTUAL, so they are u32.
2020-06-04 23:07:09 -04:00

10 lines
134 B
C

#ifndef _GLOBAL_H_
#define _GLOBAL_H_
#include "structs.h"
#include "functions.h"
#include "variables.h"
#include "macros.h"
#endif