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
12 lines
185 B
C
12 lines
185 B
C
#ifndef _DOLPHIN_VI_H_
|
|
#define _DOLPHIN_VI_H_
|
|
|
|
#ifdef __REVOLUTION_SDK__
|
|
#include <revolution/vi.h>
|
|
#else
|
|
#include <dolphin/vi/vifuncs.h>
|
|
#include <dolphin/vi/vitypes.h>
|
|
|
|
#endif
|
|
#endif
|