2025-02-10 11:20:42 -08:00
|
|
|
#ifndef _DOLPHIN_GD_H_
|
|
|
|
|
#define _DOLPHIN_GD_H_
|
2024-01-19 16:22:19 -08:00
|
|
|
|
2025-10-19 10:30:49 -07:00
|
|
|
#ifdef __REVOLUTION_SDK__
|
|
|
|
|
#include <revolution/gd.h>
|
|
|
|
|
#else
|
2025-02-10 11:20:42 -08:00
|
|
|
#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>
|
2024-01-19 16:22:19 -08:00
|
|
|
|
2024-01-24 04:00:46 -08:00
|
|
|
#endif
|
2025-10-19 10:30:49 -07:00
|
|
|
#endif
|