SSBM Decomp
Loading...
Searching...
No Matches
psappsrt.h
Go to the documentation of this file.
1#ifndef SYSDOLPHIN_BASELIB_PSAPPSRT_H
2#define SYSDOLPHIN_BASELIB_PSAPPSRT_H
3
4#include <Runtime/platform.h>
5
7
9
10#define PSAPPSRT_UNK_B09 (1 << 9)
11#define PSAPPSRT_UNK_B10 (1 << 10)
12#define PSAPPSRT_UNK_B11 (1 << 11)
13
14/* 003A0D18 */ bool psInitAppSRT(int, int);
22
24
25#endif
unsigned short int u16
Definition types.h:7
signed long s32
Definition types.h:8
HSD_ObjAllocData HSD_PSAppSrt_804D10B0
Definition psappsrt.c:10
HSD_psAppSRT * psAddGeneratorAppSRT(s32, u16)
Definition psappsrt.c:21
HSD_psAppSRT * psAddGeneratorAppSRT_begin(HSD_Generator *, s32)
Definition psappsrt.c:60
HSD_psAppSRT * psAddParticleAppSRT_begin(HSD_Particle *, s32)
Definition psappsrt.c:55
int psAttachGeneratorAppSRT(HSD_Generator *, HSD_psAppSRT *)
Definition psappsrt.c:74
bool psInitAppSRT(int, int)
Definition psappsrt.c:12
int psRemoveGeneratorSRT(HSD_Generator *)
Definition psappsrt.c:105
int psAttachParticleAppSRT(HSD_Particle *, HSD_psAppSRT *)
Definition psappsrt.c:65
int psRemoveParticleAppSRT(HSD_Particle *)
Definition psappsrt.c:83
Definition psstructs.h:243
Definition objalloc.h:19
Definition psstructs.h:129
Definition psstructs.h:91