mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
850fae1aa3
* m_Do_main / f_ap_game debug stuff * revolution sdk compatibility * f_op_actor debug work * rename fopAcM_SetupActor to fopAcM_ct * fix build * fix jp/pal splits
10 lines
202 B
C
10 lines
202 B
C
#ifndef _REVOLUTION_GF_H_
|
|
#define _REVOLUTION_GF_H_
|
|
|
|
#include <revolution/gf/GFGeometry.h>
|
|
#include <revolution/gf/GFLight.h>
|
|
#include <revolution/gf/GFPixel.h>
|
|
#include <revolution/gf/GFTev.h>
|
|
|
|
#endif
|