You've already forked smb-decomp
mirror of
https://github.com/encounter/smb-decomp.git
synced 2026-03-30 11:38:28 -07:00
22 lines
466 B
C
22 lines
466 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/hio.h>
|
|
#include <dolphin/mtx.h>
|
|
#include <dolphin/vi.h>
|
|
#include <dolphin/card.h>
|
|
#include <dolphin/perf.h>
|
|
#include <dolphin/ar.h>
|
|
#include <dolphin/arq.h>
|
|
#include <dolphin/PPCArch.h>
|
|
#include <dolphin/DBInterface.h>
|
|
#include <dolphin/DEMOPuts.h>
|
|
#include <dolphin/pad.h>
|
|
|
|
#endif
|