GUi: add save sample as raw data
This commit is contained in:
parent
27935cec11
commit
ffdff26792
8 changed files with 73 additions and 1 deletions
|
|
@ -201,6 +201,13 @@ struct DivSample {
|
|||
*/
|
||||
bool save(const char* path);
|
||||
|
||||
/**
|
||||
* save this sample to a file (raw).
|
||||
* @param path a path.
|
||||
* @return whether saving succeeded or not.
|
||||
*/
|
||||
bool saveRaw(const char* path);
|
||||
|
||||
/**
|
||||
* @warning DO NOT USE - internal function
|
||||
* initialize sample data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue