add ability to save samples
This commit is contained in:
parent
a2357df8bb
commit
4de343eea7
3 changed files with 49 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ struct DivSample {
|
|||
short* rendData;
|
||||
unsigned char* adpcmRendData;
|
||||
|
||||
bool save(const char* path);
|
||||
DivSample():
|
||||
name(""),
|
||||
length(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue