ggwave : add DSS tests + improve enums

This commit is contained in:
Georgi Gerganov
2022-06-11 22:01:08 +03:00
parent c4947d75d7
commit 9cea484135
8 changed files with 52 additions and 43 deletions

View File

@@ -165,7 +165,7 @@ extern "C" {
// This function returns an id that can be used to identify this instance.
// Make sure to deallocate the instance at the end by calling ggwave_free()
//
GGWAVE_API ggwave_Instance ggwave_init(const ggwave_Parameters parameters);
GGWAVE_API ggwave_Instance ggwave_init(ggwave_Parameters parameters);
// Free a GGWave instance
GGWAVE_API void ggwave_free(ggwave_Instance instance);