mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-08-27 07:47:07 -04:00
21 lines
297 B
C
21 lines
297 B
C
#ifndef _ULTRA64_H_
|
|
#define _ULTRA64_H_
|
|
|
|
#include <math.h>
|
|
|
|
#ifndef _LANGUAGE_C
|
|
#define _LANGUAGE_C
|
|
#endif
|
|
|
|
#include <PR/ultratypes.h>
|
|
#include <PR/os.h>
|
|
|
|
#include <PR/gu.h>
|
|
#include <PR/mbi.h>
|
|
#include <PR/libaudio.h>
|
|
#include <PR/libultra.h>
|
|
#include <PR/sptask.h>
|
|
#include <PR/ucode.h>
|
|
|
|
#endif
|