Files
dusklight/include/JSystem/JAudio2/JASBankList.h
T
hatal175 8534b4ff46 Improve some J2DPictureEx matches (#2493)
* Improve some J2DPictureEx matches

+ other minor debug improvements

* Fix JASTrack::channelStart
2025-06-21 03:47:24 -07:00

18 lines
246 B
C++

#ifndef JASBANKLIST_H
#define JASBANKLIST_H
#include "dolphin/types.h"
class JASBank;
/**
* @ingroup jsystem-jaudio
*
*/
class JASBankList {
public:
virtual const JASBank* getBank(u32 param_0) const = 0;
};
#endif /* JASBANKLIST_H */