SSBM Decomp
Loading...
Searching...
No Matches
hsd_3924.h
Go to the documentation of this file.
1#ifndef HSD_3924_H
2#define HSD_3924_H
3
5
6/* 392474 */ void hsd_80392474(void);
7/* 392480 */ HSD_SList* fn_80392480(Event event, int priority);
8/* 392528 */ void hsd_80392528(Event);
9/* 39254C */ void hsd_8039254C(void);
10
11#endif
void hsd_80392474(void)
Definition hsd_3924.c:14
void hsd_8039254C(void)
Definition hsd_3924.c:129
void hsd_80392528(Event)
Definition hsd_3924.c:61
HSD_SList * fn_80392480(Event event, int priority)
Definition hsd_3924.c:24
void(* Event)(void)
A void callback with no arguments.
Definition platform.h:34
Definition list.h:6