view pwplib/gb.h @ 54:85671798fdb3

Various code cleanups, cosmetics, warning fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 May 2010 01:22:51 +0300
parents b9d679965320
children
line wrap: on
line source

#ifndef PWP_GB_H
#define PWP_GB_H 1

#include "config.h"
#include "pwplib.h"

void gb_sound(int chan, int freq, int volume, int ratio);
void gb_init(int freq);
void gb_genwave(u8 *d, int l);

#endif /* PWP_GB_H */