Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
gd.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_GD_H_
2#define _DOLPHIN_GD_H_
3
4#ifdef __REVOLUTION_SDK__
5#include <revolution/gd.h>
6#else
7#include <dolphin/gd/GDBase.h>
8#include <dolphin/gd/GDFile.h>
11#include <dolphin/gd/GDLight.h>
12#include <dolphin/gd/GDPixel.h>
13#include <dolphin/gd/GDTev.h>
16
17#endif
18#endif