Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
dolphin.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_H_
2#define _DOLPHIN_H_
3
4#include <dolphin/types.h>
5#include <dolphin/os.h>
6#include <dolphin/dsp.h>
7#include <dolphin/dvd.h>
8#include <dolphin/gx.h>
9#include <dolphin/hio.h>
10#include <dolphin/mtx.h>
11#include <dolphin/vi.h>
12#include <dolphin/card.h>
13#include <dolphin/perf.h>
14#include <dolphin/ar.h>
16#include <dolphin/db.h>
17#include <dolphin/pad.h>
18#include <dolphin/dtk.h>
19#include <dolphin/ai.h>
20#include <dolphin/demo.h>
21#include <dolphin/exi.h>
22#include <dolphin/si.h>
23
24#endif