mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
287ae62349
* Z2SoundInfo * JAUSectionHeap * Z2EnvSeMgr * Z2AudioMgr * m_Do_audio * d_a_alink
13 lines
200 B
C++
13 lines
200 B
C++
#ifndef JASBANKLIST_H
|
|
#define JASBANKLIST_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class JASBank;
|
|
|
|
class JASBankList {
|
|
public:
|
|
virtual JASBank* getBank(u32 param_0) const = 0;
|
|
};
|
|
|
|
#endif /* JASBANKLIST_H */ |