14 lines
143 B
C
14 lines
143 B
C
|
/*
|
||
|
* File: sound.h
|
||
|
*
|
||
|
* (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef SOUND_H
|
||
|
#define SOUND_H
|
||
|
|
||
|
void drip(void);
|
||
|
|
||
|
#endif
|