mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-11 01:23:15 -04:00
16 lines
384 B
C
16 lines
384 B
C
#ifndef _DOLPHIN_GD_H_
|
|
#define _DOLPHIN_GD_H_
|
|
|
|
#include <dolphin/gd/GDAurora.h>
|
|
#include <dolphin/gd/GDBase.h>
|
|
#include <dolphin/gd/GDFile.h>
|
|
#include <dolphin/gd/GDGeometry.h>
|
|
#include <dolphin/gd/GDIndirect.h>
|
|
#include <dolphin/gd/GDLight.h>
|
|
#include <dolphin/gd/GDPixel.h>
|
|
#include <dolphin/gd/GDTev.h>
|
|
#include <dolphin/gd/GDTexture.h>
|
|
#include <dolphin/gd/GDTransform.h>
|
|
|
|
#endif
|