mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-25 15:25:04 -04:00
4b30f1a654
* internal_rsp; move size_t and NULL to ultratypes.h * guint.h * Move system variables to os_system.h * controller, pi and vi * osint.h * piint.h * siint, ucode, viint, voiceinternal * Remove remaining variables from variables.h * format * final renames * bss * review * review
24 lines
429 B
C
24 lines
429 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/hardware.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
|