mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-28 07:54:55 -04:00
18 lines
276 B
C
18 lines
276 B
C
#ifndef TRK_TARGIMPL
|
|
#define TRK_TARGIMPL
|
|
#include "types.h"
|
|
#include "TRK/trk.h"
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void TRKTargeInterrupt(TRKEvent*);
|
|
void TRKTargetSupportRequest();
|
|
BOOL TRKTargetStopped();
|
|
void TRKTargetContinue();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|