2025-02-10 11:20:42 -08:00
|
|
|
#ifndef _DOLPHIN_VI_H_
|
|
|
|
|
#define _DOLPHIN_VI_H_
|
2024-01-19 16:22:19 -08:00
|
|
|
|
2025-10-19 10:30:49 -07:00
|
|
|
#ifdef __REVOLUTION_SDK__
|
|
|
|
|
#include <revolution/vi.h>
|
|
|
|
|
#else
|
2025-02-10 11:20:42 -08:00
|
|
|
#include <dolphin/vi/vifuncs.h>
|
|
|
|
|
#include <dolphin/vi/vitypes.h>
|
2024-01-19 16:22:19 -08:00
|
|
|
|
|
|
|
|
#endif
|
2025-10-19 10:30:49 -07:00
|
|
|
#endif
|