Skip to content

Commit

Permalink
update modulebase.d
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILtoid1991 committed Jul 11, 2023
1 parent 1cb66f3 commit 6b3614e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,11 @@ public abstract class AudioModule {
public uint[] getWaveformIDList() nothrow {
return null;
}
///Returns the list of internal waveform IDs if there are any.
public uint[] getInternalWaveformIDList() nothrow {
return null;
}
///Returns the names of the internal waveforms if there are any.
public string[] getInternalWaveformNames() nothrow {
return null;
}
Expand Down

0 comments on commit 6b3614e

Please sign in to comment.