mirror of https://github.com/zeldaret/tp.git
29 lines
605 B
C
29 lines
605 B
C
#ifndef _DOLPHIN_H_
|
|
#define _DOLPHIN_H_
|
|
|
|
#ifdef __REVOLUTION_SDK__
|
|
#include <revolution/revolution.h>
|
|
#else
|
|
#include <dolphin/types.h>
|
|
#include <dolphin/os.h>
|
|
#include <dolphin/dsp.h>
|
|
#include <dolphin/dvd.h>
|
|
#include <dolphin/gx.h>
|
|
#include <dolphin/hio.h>
|
|
#include <dolphin/mtx.h>
|
|
#include <dolphin/vi.h>
|
|
#include <dolphin/card.h>
|
|
#include <dolphin/perf.h>
|
|
#include <dolphin/ar.h>
|
|
#include <dolphin/base/PPCArch.h>
|
|
#include <dolphin/db.h>
|
|
#include <dolphin/pad.h>
|
|
#include <dolphin/dtk.h>
|
|
#include <dolphin/ai.h>
|
|
#include <dolphin/demo.h>
|
|
#include <dolphin/exi.h>
|
|
#include <dolphin/si.h>
|
|
|
|
#endif
|
|
#endif
|