mirror of https://github.com/zeldaret/mm.git
23 lines
404 B
C
23 lines
404 B
C
#ifndef ULTRA64_H
|
|
#define ULTRA64_H
|
|
|
|
#include "PR/ultratypes.h"
|
|
#include "PR/gbi.h"
|
|
|
|
#include "PR/gu.h"
|
|
#include "PR/guint.h"
|
|
#include "PR/controller_voice.h"
|
|
#include "PR/os.h"
|
|
#include "PR/osint.h"
|
|
#include "PR/piint.h"
|
|
#include "PR/siint.h"
|
|
#include "PR/sptask.h"
|
|
#include "PR/rcp.h"
|
|
#include "PR/rdp.h"
|
|
#include "PR/R4300.h"
|
|
#include "PR/ucode.h"
|
|
#include "PR/viint.h"
|
|
#include "PR/xstdio.h"
|
|
|
|
#endif
|