mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 12:39:27 -04:00
JAHostIO and friends (#3131)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef JASDSPINTERFACE_H
|
||||
#define JASDSPINTERFACE_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <types.h>
|
||||
|
||||
struct JASWaveInfo;
|
||||
|
||||
@@ -192,7 +192,11 @@ struct JAUSoundNameTable : public JASGlobalInstance<JAUSoundNameTable> {
|
||||
JAUSoundNameTable(bool param_0) : JASGlobalInstance<JAUSoundNameTable>(param_0) {
|
||||
}
|
||||
~JAUSoundNameTable() {}
|
||||
int getNumGroups_inSection(u8) const;
|
||||
int getNumItems_inGroup(u8, u8) const;
|
||||
void init(void const*);
|
||||
const char* getName(JAISoundID) const;
|
||||
const char* getGroupName(JAISoundID) const;
|
||||
|
||||
JAUSoundTable_<JAUSoundNameTableRoot,JAUSoundNameTableSection,JAUSoundNameTableGroup,void> field_0x0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user