summaryrefslogtreecommitdiffstats
path: root/src/osc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osc.h')
-rw-r--r--src/osc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osc.h b/src/osc.h
index 9cd0472..ef85225 100644
--- a/src/osc.h
+++ b/src/osc.h
@@ -57,6 +57,8 @@ int osc_next_index(osc_t * osc, float offset);
int osc_load_wav(osc_t * osc, const char * path);
+void osc_sound_change_wavetable(char *path);
+
osc_t * make_tri(const char * name);
/***************/