mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-03 18:06:05 -04:00
17 lines
189 B
C
17 lines
189 B
C
#ifndef TRK_SERPOLL
|
|
#define TRK_SERPOLL
|
|
#include "types.h"
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void TRKGetInput();
|
|
|
|
extern u8* gTRKInputPendingPtr;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|