/*************************************************************************** file : soundconfig.h created : Thu Dec 12 15:11:55 CET 2004 copyright : (C) 2004 Bernhard Wymann email : berniw@bluewin.ch version : $Id: soundconfig.h,v 1.1 2005/02/01 15:58:23 berniw Exp $ ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ /** @file @version $Id: soundconfig.h,v 1.1 2005/02/01 15:58:23 berniw Exp $ */ #ifndef _SOUNDCONFIG_H_ #define _SOUNDCONFIG_H_ extern void *SoundMenuInit(void *prevMenu); #endif // _SOUNDCONFIG_H_