![]() |
torcs - 1.2.2 | ![]() |
00001 /*************************************************************************** 00002 00003 file : grsound.h 00004 created : Thu Aug 17 23:57:35 CEST 2000 00005 copyright : (C) 2000 by Eric Espie 00006 email : torcs@free.fr 00007 version : $Id: grsound.h,v 1.3 2003/06/24 21:02:26 torcs Exp $ 00008 00009 ***************************************************************************/ 00010 00011 /*************************************************************************** 00012 * * 00013 * This program is free software; you can redistribute it and/or modify * 00014 * it under the terms of the GNU General Public License as published by * 00015 * the Free Software Foundation; either version 2 of the License, or * 00016 * (at your option) any later version. * 00017 * * 00018 ***************************************************************************/ 00019 00020 #ifndef _GRSOUND_H_ 00021 #define _GRSOUND_H_ 00022 00023 #include <raceman.h> 00024 00025 extern void grInitSound(void); 00026 extern void grShutdownSound(void); 00027 extern void grRefreshSound(tSituation *s, tCarElt *car); 00028 00029 #endif /* _GRSOUND_H_ */ 00030 00031 00032