mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-06 05:53:28 +00:00
15 lines
211 B
C
15 lines
211 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__ */
|