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 <placeholder.h>
5#include <platform.h>
6
7#include "baselib/forward.h"
8
9#include "baselib/objalloc.h"
10
11#include <dolphin/mtx.h>
12
13#define PSAPPSRT_UNK_B09 (1 << 9)
14#define PSAPPSRT_UNK_B10 (1 << 10)
15#define PSAPPSRT_UNK_B11 (1 << 11)
16
17/* 003A0D18 */ bool psInitAppSRT(int, int);
18/* 003A0D58 */ s32 psAddGeneratorAppSRT(s32, u16);
19/* 003A0E3C */ void HSD_PSAppSrt_803A425C(UNK_T, s32);
24
26
27#endif
#define UNK_T
Definition placeholder.h:32
void HSD_PSAppSrt_803A425C(UNK_T, s32)
HSD_psAppSRT * psAddGeneratorAppSRT_begin(HSD_Generator *, s32)
u16 psRemoveParticleAppSRT(UNK_T)
u16 psAttachParticleAppSRT(UNK_T, UNK_T)
bool psInitAppSRT(int, int)
Definition psappsrt.c:10
HSD_ObjAllocData HSD_PSAppSrt_804D10B0
s32 psAddGeneratorAppSRT(s32, u16)
u16 psRemoveGeneratorSRT(UNK_T)
Definition psstructs.h:258
Definition objalloc.h:21
Definition psstructs.h:88