mirror of
https://github.com/rvtr/ntr_bootrom.git
synced 2025-10-31 07:11:11 -04:00
40 lines
845 B
C
40 lines
845 B
C
//======================================================================
|
||
// Iris.h
|
||
// IRIS •W<E280A2>€ƒwƒbƒ_ƒtƒ@ƒCƒ‹ŒQ
|
||
//
|
||
// Copyright (C) 2002-2003 NINTENDO Co.,Ltd.
|
||
//======================================================================
|
||
#ifndef _IRIS_H
|
||
#define _IRIS_H
|
||
|
||
#ifdef __cplusplus
|
||
extern "C" {
|
||
#endif
|
||
|
||
|
||
#include <IrisTypes.h>
|
||
#include <IrisDefine.h>
|
||
#include <IrisMemoryMap.h>
|
||
#include <IrisMacro.h>
|
||
#include <IrisSystemCall.h>
|
||
#include <IrisOS.h>
|
||
#include <IrisUTL.h>
|
||
|
||
#include <IrisVEC.h>
|
||
#include <IrisQUAT.h>
|
||
#include <IrisGX.h>
|
||
#include <IrisGXB.h>
|
||
#include <IrisGXC.h>
|
||
#include <IrisGX_Primitive.h>
|
||
#include <IrisGXB_Primitive.h>
|
||
#include <IrisMTX.h>
|
||
#include <IrisSinTable.h>
|
||
#include <Iris2D.h>
|
||
|
||
|
||
#ifdef __cplusplus
|
||
} // extern "C"
|
||
#endif
|
||
|
||
#endif // _IRIS_H
|