Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JAISoundChild.h
Go to the documentation of this file.
1#ifndef JAISOUNDCHILD_H
2#define JAISOUNDCHILD_H
3
6
7struct JASTrack;
8
13struct JAISoundChild : JASPoolAllocObject<JAISoundChild> {
14 /* 802A2AB0 */ void init();
15 /* 802A2B28 */ void mixOut(JASTrack*);
16 /* 802A2B7C */ void calc();
17
19
22}; // Size: 0x64
23
24#endif /* JAISOUNDCHILD_H */
Definition JASHeapCtrl.h:239
Definition JAISoundChild.h:13
void mixOut(JASTrack *)
Definition JAISoundChild.cpp:9
JASSoundParams mParams
Definition JAISoundChild.h:21
void init()
Definition JAISoundChild.cpp:4
JAISoundChild()
Definition JAISoundChild.h:18
JAISoundParamsMove mMove
Definition JAISoundChild.h:20
void calc()
Definition JAISoundChild.cpp:14
Definition JAISoundParams.h:85
Definition JASSoundParams.h:10
Definition JASTrack.h:23