Files
tp/include/JSystem/JAudio2/JAUSoundTable.h
T
TakaRikka 52d84413bb d_a_alink_swim work / fix JASGlobalInstance (#288)
* daalink / z2linkmgr wip

* first cleanup of JASGlobalInstance data

* fix sInstance stuff part 2

* more d_a_alink_swim work

* remove asm
2023-02-16 14:09:22 -07:00

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 */