Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
ultra64.h
Go to the documentation of this file.
1
2/**************************************************************************
3 * *
4 * Copyright (C) 1994, Silicon Graphics, Inc. *
5 * *
6 * These coded instructions, statements, and computer programs contain *
7 * unpublished proprietary information of Silicon Graphics, Inc., and *
8 * are protected by Federal copyright law. They may not be disclosed *
9 * to third parties or copied or duplicated in any form, in whole or *
10 * in part, without the prior written consent of Silicon Graphics, Inc. *
11 * *
12 *************************************************************************/
13
14/**************************************************************************
15 *
16 * $Revision: 1.10 $
17 * $Date: 1997/02/11 08:37:33 $
18 * $Source: /hosts/gate3/exdisk2/cvs/N64OS/Master/cvsmdev2/PR/include/ultra64.h,v $
19 *
20 **************************************************************************/
21
22#ifndef _ULTRA64_H_
23#define _ULTRA64_H_
24
25#include <PR/ultratypes.h>
26#include <PR/rcp.h>
27#include <PR/os.h>
28#include <PR/region.h>
29#include <PR/rmon.h>
30#include <PR/sptask.h>
31#include <PR/mbi.h>
32#include <PR/libaudio.h>
33#include <PR/gu.h>
34#include <PR/ramrom.h>
35#include <PR/sp.h>
36#include <PR/ucode.h>
37#include <PR/ultraerror.h>
38#include <PR/ultralog.h>
39
40#endif