mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-11 01:23:15 -04:00
10 lines
184 B
C
10 lines
184 B
C
#ifndef _DOLPHIN_GF_H_
|
|
#define _DOLPHIN_GF_H_
|
|
|
|
#include <dolphin/gf/GFGeometry.h>
|
|
#include <dolphin/gf/GFLight.h>
|
|
#include <dolphin/gf/GFPixel.h>
|
|
#include <dolphin/gf/GFTev.h>
|
|
|
|
#endif
|