add getPreferInsType
This commit is contained in:
parent
848373cb07
commit
3a340b99f4
2 changed files with 103 additions and 20 deletions
|
|
@ -243,6 +243,9 @@ class DivEngine {
|
|||
// - 5: FM operator
|
||||
int getChannelType(int ch);
|
||||
|
||||
// get preferred instrument type
|
||||
DivInstrumentType getPreferInsType(int ch);
|
||||
|
||||
// get sys name
|
||||
const char* getSystemName(DivSystem sys);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue