SSBM Decomp
Loading...
Searching...
No Matches
mainloop.h
Go to the documentation of this file.
1#ifndef _METROTRK_MAINLOOP_H
2#define _METROTRK_MAINLOOP_H
3
4#include <MetroTRK/nubevent.h>
5
8void TRKIdle(void);
9void TRKNubMainLoop(void);
10
11#endif
void TRKIdle(void)
Definition mainloop.c:19
void TRKHandleRequestEvent(NubEvent *)
Definition mainloop.c:9
void TRKHandleSupportEvent(NubEvent *ev)
Definition mainloop.c:14
void TRKNubMainLoop(void)
Definition mainloop.c:26
Definition nubevent.h:20