summaryrefslogtreecommitdiff
path: root/mix.h
diff options
context:
space:
mode:
Diffstat (limited to 'mix.h')
-rw-r--r--mix.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mix.h b/mix.h
new file mode 100644
index 0000000..9f11f95
--- /dev/null
+++ b/mix.h
@@ -0,0 +1,7 @@
+#ifndef MIX_H
+#define MIX_H
+#include "util.h"
+
+U_ATTR Pulse mix_sound(Wave w, LENT n);
+
+#endif