From 0d6ece00397ebb9215ccf1af06cce22c3a94197e Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 28 Aug 2022 11:25:44 -0500 Subject: begin plibsys refactor --- src/sound.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/sound.h (limited to 'src/sound.h') diff --git a/src/sound.h b/src/sound.h new file mode 100644 index 0000000..282441b --- /dev/null +++ b/src/sound.h @@ -0,0 +1,9 @@ +#ifndef MOSSROSE_SOUND_H +#define MOSSROSE_SOUND_H + +#include + +int sound_copy(struct mossrose_sound_t *dest, struct mossrose_sound_t *src); +void sound_free_audio(struct mossrose_sound_t *sound); + +#endif -- cgit v1.2.1