mirror of
https://github.com/encounter/aurora.git
synced 2026-07-09 18:19:33 -07:00
eb960f8148
* Add debug group/marker GX/GD API * This keeps happening * Don't crash if debug group stack underflows * Missed a debug check * Stubs * Last stub? * We hate C++ * Oh right release exists
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
|