SSBM Decomp
Loading...
Searching...
No Matches
dispatch.h
Go to the documentation of this file.
1#ifndef _METROTRK_DISPATCH_H
2#define _METROTRK_DISPATCH_H
3
4#include <platform.h>
5
6#include "MetroTRK/dserror.h"
7#include "MetroTRK/msgbuf.h"
8
9/* 3276A8 */ DSError TRKInitializeDispatcher(void);
11
12#endif
char buf[0x34C]
Definition db_2253.static.h:130
DSError TRKDispatchMessage(MessageBuffer *buf)
Definition dispatch.c:57
DSError TRKInitializeDispatcher(void)
Definition dispatch.c:51
DSError
Definition dserror.h:4
Definition msgbuf.h:16