mirror of https://github.com/PrimeDecomp/prime.git
14 lines
210 B
C
14 lines
210 B
C
|
#ifndef __TRKINIT_H__
|
||
|
#define __TRKINIT_H__
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
void InitMetroTRK(void);
|
||
|
void EnableMetroTRKInterrupts(void);
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif /* #ifndef __TRKINIT_H__ */
|