mirror of
https://github.com/encounter/aurora.git
synced 2026-07-09 18:19:33 -07:00
12009bbd7b
* Remaining headers needed for TP to build * Rider's "Unversioned Files" will keep trolling me * Remove TP-specific OSReport functions
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
|