mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 17:37:02 +00:00
14
include/MetroTRK/TrkInit.h
Normal file
14
include/MetroTRK/TrkInit.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __TRKINIT_H__
|
||||
#define __TRKINIT_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
void InitMetroTRK(void);
|
||||
void EnableMetroTRKInterrupts(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* #ifndef __TRKINIT_H__ */
|
||||
Reference in New Issue
Block a user