mirror of https://github.com/zeldaret/tp.git
17 lines
318 B
C++
17 lines
318 B
C++
#ifndef __Z2SOUNDINFO_H__
|
|
#define __Z2SOUNDINFO_H__
|
|
|
|
#include "JSystem/JAudio2/JAISound/JAISound.h"
|
|
#include "dolphin/types.h"
|
|
|
|
class Z2SoundInfo {
|
|
public:
|
|
u32 getBgmSeqResourceID(JAISoundID) const;
|
|
u32 getCategory(void) const;
|
|
|
|
u32 getSwBit(JAISoundID) const;
|
|
};
|
|
|
|
extern Z2SoundInfo* lbl_80450B4C;
|
|
|
|
#endif |