mirror of
https://github.com/zeldaret/tp
synced 2026-06-02 02:00:30 -04:00
52d84413bb
* daalink / z2linkmgr wip * first cleanup of JASGlobalInstance data * fix sInstance stuff part 2 * more d_a_alink_swim work * remove asm
15 lines
410 B
C
15 lines
410 B
C
#ifndef JAISOUNDSTARTER_H
|
|
#define JAISOUNDSTARTER_H
|
|
|
|
#include "JSystem/JAudio2/JAISound.h"
|
|
#include "JSystem/JAudio2/JASGadget.h"
|
|
|
|
struct JAISoundStarter : public JASGlobalInstance<JAISoundStarter> {
|
|
/* 802A2F6C */ JAISoundStarter(bool);
|
|
/* 802A2FEC */ void startLevelSound(JAISoundID, JAISoundHandle*, JGeometry::TVec3<f32> const*);
|
|
|
|
virtual ~JAISoundStarter();
|
|
};
|
|
|
|
#endif /* JAISOUNDSTARTER_H */
|