|
SSBM Decomp
|
#include <placeholder.h>#include <platform.h>#include "baselib/forward.h"#include "baselib/objalloc.h"#include <dolphin/mtx.h>Go to the source code of this file.
Macros | |
| #define | PSAPPSRT_UNK_B09 (1 << 9) |
| #define | PSAPPSRT_UNK_B10 (1 << 10) |
| #define | PSAPPSRT_UNK_B11 (1 << 11) |
Functions | |
| bool | psInitAppSRT (int, int) |
| HSD_psAppSRT * | psAddGeneratorAppSRT (s32, u16) |
| void | HSD_PSAppSrt_803A425C (HSD_Particle *, s32) |
| int | psRemoveGeneratorSRT (HSD_Generator *) |
| int | psRemoveParticleAppSRT (HSD_Particle *) |
| HSD_psAppSRT * | psAddGeneratorAppSRT_begin (HSD_Generator *, s32) |
| int | psAttachParticleAppSRT (HSD_Particle *, HSD_psAppSRT *) |
| int | psAttachGeneratorAppSRT (HSD_Generator *, HSD_psAppSRT *) |
Variables | |
| HSD_ObjAllocData | HSD_PSAppSrt_804D10B0 |
| #define PSAPPSRT_UNK_B09 (1 << 9) |
| #define PSAPPSRT_UNK_B10 (1 << 10) |
| #define PSAPPSRT_UNK_B11 (1 << 11) |
| bool psInitAppSRT | ( | int | num, |
| int | size | ||
| ) |
| HSD_psAppSRT * psAddGeneratorAppSRT | ( | s32 | status, |
| u16 | idnum | ||
| ) |
| void HSD_PSAppSrt_803A425C | ( | HSD_Particle * | pp, |
| s32 | status | ||
| ) |
| int psRemoveGeneratorSRT | ( | HSD_Generator * | gp | ) |
| int psRemoveParticleAppSRT | ( | HSD_Particle * | pp | ) |
| HSD_psAppSRT * psAddGeneratorAppSRT_begin | ( | HSD_Generator * | gp, |
| s32 | status | ||
| ) |
| int psAttachParticleAppSRT | ( | HSD_Particle * | pp, |
| HSD_psAppSRT * | srt | ||
| ) |
| int psAttachGeneratorAppSRT | ( | HSD_Generator * | gp, |
| HSD_psAppSRT * | srt | ||
| ) |
|
extern |