Loading [MathJax]/jax/output/HTML-CSS/config.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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