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 <platform.h>
5
6#include "MetroTRK/nubevent.h"
7
10void TRKIdle(void);
11void TRKNubMainLoop(void);
12
13#endif
void TRKIdle(void)
Definition mainloop.c:18
void TRKHandleRequestEvent(NubEvent *)
Definition mainloop.c:8
void TRKHandleSupportEvent(NubEvent *ev)
Definition mainloop.c:13
void TRKNubMainLoop(void)
Definition mainloop.c:25
Definition nubevent.h:20