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=0000000000000000000000000000000000000000;hb=7125f0a15b17ed3788eb7091189029d72b9eb9c2;hp=63c71a041bfaad2fe588a580c47ef121dd763400;hpb=4fd84e1460463b4095bf4632dabfafb849a3489e;p=16.git diff --git a/16/v2/source/ENGINE/SOUND.H b/16/v2/source/ENGINE/SOUND.H deleted file mode 100644 index 63c71a04..00000000 --- a/16/v2/source/ENGINE/SOUND.H +++ /dev/null @@ -1,27 +0,0 @@ -/* -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