mirror of https://github.com/ctnlaring/sm64
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
598 B
29 lines
598 B
#ifndef _ULTRA64_H_
|
|
#define _ULTRA64_H_
|
|
|
|
#include <math.h>
|
|
|
|
#include <PR/ultratypes.h>
|
|
#include <PR/os_exception.h>
|
|
#include <PR/os_misc.h>
|
|
#include <PR/os_rdp.h>
|
|
#include <PR/os_thread.h>
|
|
#include <PR/os_time.h>
|
|
#include <PR/os_message.h>
|
|
#include <PR/os_cont.h>
|
|
#include <PR/os_tlb.h>
|
|
#include <PR/sptask.h>
|
|
#include <PR/ucode.h>
|
|
#include <PR/os_cache.h>
|
|
#include <PR/os_vi.h>
|
|
#include <PR/os_pi.h>
|
|
#include <PR/os_internal.h>
|
|
#include <PR/mbi.h>
|
|
#include <PR/os_eeprom.h>
|
|
#include <PR/os_libc.h>
|
|
#include <PR/gu.h>
|
|
#include <PR/os_ai.h>
|
|
#include <PR/libaudio.h>
|
|
#include <PR/libultra.h>
|
|
|
|
#endif
|