add ability to save samples

This commit is contained in:
tildearrow 2021-12-18 01:03:59 -05:00
parent a2357df8bb
commit 4de343eea7
3 changed files with 49 additions and 1 deletions

View file

@ -10,6 +10,7 @@ struct DivSample {
short* rendData;
unsigned char* adpcmRendData;
bool save(const char* path);
DivSample():
name(""),
length(0),