mirror of
https://github.com/PrimeDecomp/prime.git
synced 2026-07-12 18:18:56 -07:00
16 lines
258 B
C
16 lines
258 B
C
#ifndef _TRKINIT
|
|
#define _TRKINIT
|
|
#include <types.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
void InitMetroTRK(void);
|
|
void EnableMetroTRKInterrupts(void);
|
|
extern BOOL gTRKBigEndian;
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif // _TRKINIT
|
|
|
|
#endif /* #ifndef __TRKINIT_H__ */
|