marioparty4/include/TRK_MINNOW_DOLPHIN/Os/dolphin/targcont.h
2025-01-12 14:26:19 +01:00

16 lines
247 B
C

#ifndef OS_DOLPHIN_TARGCONT_H
#define OS_DOLPHIN_TARGCONT_H
#include "PowerPC_EABI_Support/MetroTRK/trk.h"
#ifdef __cplusplus
extern "C" {
#endif
DSError TRKTargetContinue(void);
#ifdef __cplusplus
}
#endif
#endif /* OS_DOLPHIN_TARGCONT_H */