|
|
@ -1,4 +1,4 @@
|
|
|
|
/* $Id: sound.h,v 1.1 2003/05/26 20:35:43 stpohle Exp $ */
|
|
|
|
/* $Id: sound.h,v 1.2 2003/07/25 22:01:15 patty21 Exp $ */
|
|
|
|
/* include file for the sound */
|
|
|
|
/* include file for the sound */
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef _SOUND_H_
|
|
|
|
#ifndef _SOUND_H_
|
|
|
@ -38,4 +38,4 @@ void snd_init();
|
|
|
|
void snd_load(char *tilesetname);
|
|
|
|
void snd_load(char *tilesetname);
|
|
|
|
void snd_free ();
|
|
|
|
void snd_free ();
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|