aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/wavedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/wavedata.h')
-rw-r--r--src/include/wavedata.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/wavedata.h b/src/include/wavedata.h
index 82bc70f..32a8a5b 100644
--- a/src/include/wavedata.h
+++ b/src/include/wavedata.h
@@ -74,9 +74,11 @@ typedef struct {
extern "C" {
#endif
-int wavedata_load(Wavedata* w,
- const char* wdat_descriptor_name,
- unsigned long sample_rate);
+int wavedata_load(Wavedata* w,
+ const char* bundle_path,
+ const char* lib_name,
+ const char* wdat_descriptor_name,
+ double sample_rate);
void wavedata_unload(Wavedata* w);