mirror of https://github.com/zeldaret/tp.git
18 lines
492 B
C
18 lines
492 B
C
#ifndef JAUSOUNDTABLE_H
|
|
#define JAUSOUNDTABLE_H
|
|
|
|
#include "JSystem/JAudio2/JAISound.h"
|
|
#include "JSystem/JAudio2/JASGadget.h"
|
|
|
|
struct JAUSoundTable : public JASGlobalInstance<JAUSoundTable> {
|
|
/* 802A7114 */ void init(void const*);
|
|
/* 802A7160 */ void getTypeID(JAISoundID) const;
|
|
/* 802A728C */ void getData(JAISoundID) const;
|
|
};
|
|
|
|
struct JAUSoundNameTable : public JASGlobalInstance<JAUSoundNameTable> {
|
|
/* 802A73D4 */ void init(void const*);
|
|
};
|
|
|
|
#endif /* JAUSOUNDTABLE_H */
|