mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 01:08:48 -04:00
6533f84164
* work on kankyo * some more kankyo work * kankyo almost done * kankyo mostly done * first cleanup pass * some more renaming * rename a bunch of kankyo vars * fix regression
26 lines
543 B
C
26 lines
543 B
C
#ifndef _DOLPHIN_H_
|
|
#define _DOLPHIN_H_
|
|
|
|
#include <dolphin/types.h>
|
|
#include <dolphin/os.h>
|
|
#include <dolphin/dsp.h>
|
|
#include <dolphin/dvd.h>
|
|
#include <dolphin/gx.h>
|
|
#include <dolphin/gf/GFPixel.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 "macros.h"
|
|
|
|
#endif
|