SSBM Decomp
Loading...
Searching...
No Matches
efasync.h
Go to the documentation of this file.
1#ifndef GALE01_063930
2#define GALE01_063930
3
4#include <platform.h>
5#include <placeholder.h>
6
7#include <baselib/forward.h>
8
9/* 06729C */ void efAsync_8006729C(void);
10/* 06730C */ void efAsync_8006730C(HSD_Archive* archive, u8* data, u32 length,
11 int index);
12/* 06737C */ void efAsync_8006737C(s8);
13/* 067624 */ void efAsync_80067624(HSD_GObj*, UNK_T*);
14/* 067688 */ void efAsync_80067688(void*);
15/* 0676F0 */ void efAsync_Spawn(HSD_GObj*, void*, u32, u32, HSD_JObj*, ...);
16
17#endif
void efAsync_8006729C(void)
void efAsync_80067688(void *)
void efAsync_8006737C(s8)
void efAsync_8006730C(HSD_Archive *archive, u8 *data, u32 length, int index)
void efAsync_Spawn(HSD_GObj *, void *, u32, u32, HSD_JObj *,...)
void efAsync_80067624(HSD_GObj *, UNK_T *)
#define UNK_T
signed char s8
A signed 8-bit integer.
Definition platform.h:8
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20
Definition archive.h:34
Definition gobj.h:25
Definition jobj.h:108