mirror of https://github.com/n64decomp/007.git
26 lines
425 B
C
26 lines
425 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
|
|
|
|
//temporary catchall fix since not all files in master include bondgame
|
|
#ifdef __INTELLISENSE__
|
|
#define GLOBAL_ASM(...)
|
|
#endif
|