SSBM Decomp
Loading...
Searching...
No Matches
dispatch.c File Reference
#include "dispatch.h"
#include "msghndlr.h"

Typedefs

typedef DSError(* DispatchCallback) (MessageBuffer *buf)

Functions

DSError TRKInitializeDispatcher (void)
DSError TRKDispatchMessage (MessageBuffer *buffer)

Variables

u32 gTRKDispatchTableSize
DispatchCallback gTRKDispatchTable []

Typedef Documentation

◆ DispatchCallback

typedef DSError(* DispatchCallback) (MessageBuffer *buf)

Function Documentation

◆ TRKInitializeDispatcher()

DSError TRKInitializeDispatcher ( void )

◆ TRKDispatchMessage()

DSError TRKDispatchMessage ( MessageBuffer * buffer)

Variable Documentation

◆ gTRKDispatchTableSize

u32 gTRKDispatchTableSize

◆ gTRKDispatchTable

DispatchCallback gTRKDispatchTable[]