comparison 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
comparison
equal deleted inserted replaced
34:32ec3c0d1b6c 35:b9d679965320
1 #ifndef PWP_GB_H
2 #define PWP_GB_H 1
3
4 #include "config.h"
5
6 void gb_sound(int chan,int freq,int volume,int ratio);
7 void gb_init(int freq);
8 void gb_genwave(char*d,int l);
9
10 #endif /* PWP_GB_H */