mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-30 00:42:24 -04:00
d489dc996b
* most of dolsdk copied over * add some gf stuff * trk wip * ode/amc stuff * build fix
18 lines
244 B
C
18 lines
244 B
C
#ifndef METROTRK_PORTABLE_SERPOLL_H
|
|
#define METROTRK_PORTABLE_SERPOLL_H
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void TRKGetInput(void);
|
|
|
|
extern void* gTRKInputPendingPtr;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* METROTRK_PORTABLE_SERPOLL_H */
|