ntr_bootrom/trunk/IrisMainp/include/Iris.h

40 lines
845 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//======================================================================
// 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