mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
2453c0e333
* move dolsdk2004 over * cleanup some temp work * finish and cleanup gf * b_bh done * d_a_e_mb done
15 lines
351 B
C
15 lines
351 B
C
#ifndef _DOLPHIN_GD_H_
|
|
#define _DOLPHIN_GD_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
|