X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fv2%2Fsource%2FENGINE%2FSOUND.H;fp=16%2Fv2%2Fsource%2FENGINE%2FSOUND.H;h=63c71a041bfaad2fe588a580c47ef121dd763400;hb=5cacff693d47af13d5d4fd12667536a5218a1c98;hp=0000000000000000000000000000000000000000;hpb=c36d889fe024f749c4d44d9fbb114e0642297782;p=16.git diff --git a/16/v2/source/ENGINE/SOUND.H b/16/v2/source/ENGINE/SOUND.H new file mode 100644 index 00000000..63c71a04 --- /dev/null +++ b/16/v2/source/ENGINE/SOUND.H @@ -0,0 +1,27 @@ +/* +Copyright (C) 1998 BJ Eirich (aka vecna) +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. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +See the GNU General Public Lic +See the GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef SOUND_H +#define SOUND_H + +void InitMusicSystem(); +void PlayMusic(char *); +void StopMusic(); +int CacheSound(char *); +void FreeAllSounds(); +void PlaySound(int, int, int); + +#endif