Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
JAISoundStarter.h
Go to the documentation of this file.
1#ifndef JAISOUNDSTARTER_H
2#define JAISOUNDSTARTER_H
3
6
11struct JAISoundStarter : public JASGlobalInstance<JAISoundStarter> {
12 /* 802A2F6C */ JAISoundStarter(bool);
13
14 virtual ~JAISoundStarter();
17};
18
19#endif /* JAISOUNDSTARTER_H */
Definition JAISoundHandles.h:14
Definition JAISound.h:12
Definition JASGadget.h:12
Definition JAISoundStarter.h:11
bool startLevelSound(JAISoundID, JAISoundHandle *, JGeometry::TVec3< f32 > const *)
Definition JAISoundStarter.cpp:18
JAISoundStarter(bool)
Definition JAISoundStarter.cpp:9
virtual bool startSound(JAISoundID, JAISoundHandle *, JGeometry::TVec3< f32 > const *)=0
virtual ~JAISoundStarter()
Definition JAISoundStarter.cpp:13
Definition JGeometry.h:55