diff pwplib/gb.h @ 35:b9d679965320

Code cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 01:22:33 +0300
parents
children 85671798fdb3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pwplib/gb.h	Mon May 24 01:22:33 2010 +0300
@@ -0,0 +1,10 @@
+#ifndef PWP_GB_H
+#define PWP_GB_H 1
+
+#include "config.h"
+
+void gb_sound(int chan,int freq,int volume,int ratio);
+void gb_init(int freq);
+void gb_genwave(char*d,int l);
+
+#endif /* PWP_GB_H */