mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-25 14:55:34 +00:00
14 lines
212 B
C
14 lines
212 B
C
#ifndef _TRKINIT
|
|
#define _TRKINIT
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
void InitMetroTRK(void);
|
|
void EnableMetroTRKInterrupts(void);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif // _TRKINIT
|
|
|
|
#endif /* #ifndef __TRKINIT_H__ */
|