Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
serpoll.h
Go to the documentation of this file.
1#ifndef METROTRK_PORTABLE_SERPOLL_H
2#define METROTRK_PORTABLE_SERPOLL_H
3
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9void TRKGetInput(void);
10
11extern void* gTRKInputPendingPtr;
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif /* METROTRK_PORTABLE_SERPOLL_H */
void TRKGetInput(void)
Definition serpoll.c:56
void * gTRKInputPendingPtr
Definition serpoll.c:10