DEBSOURCES
Skip Quicknav
sources / invaders / 1.0.0-8 / sound.h
123456789
#ifndef __SOUND_H #define __SOUND_H #include "types.h" void sound_freq (uint32 freq); void sound_nosound (); #endif