mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
17 lines
234 B
C
17 lines
234 B
C
#ifndef DOLPHIN_TRK_H
|
|
#define DOLPHIN_TRK_H
|
|
#include "types.h"
|
|
#include "TRK/trk.h"
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
void InitMetroTRK(void);
|
|
void exit(void);
|
|
TRKResult TRKInitializeTarget();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|