Initial commit
This commit is contained in:
86
AUDIOC3D.H
Normal file
86
AUDIOC3D.H
Normal file
@@ -0,0 +1,86 @@
|
||||
/* Catacomb 3-D Source Code
|
||||
* Copyright (C) 1993-2014 Flat Rock Software
|
||||
*
|
||||
* 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 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.,
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// MUSE Header for .C3D
|
||||
// Created Wed Oct 30 22:44:13 1991
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
|
||||
#define NUMSOUNDS 30
|
||||
#define NUMSNDCHUNKS 91
|
||||
|
||||
//
|
||||
// Sound names & indexes
|
||||
//
|
||||
typedef enum {
|
||||
HITWALLSND, // 0
|
||||
WARPUPSND, // 1
|
||||
WARPDOWNSND, // 2
|
||||
GETBOLTSND, // 3
|
||||
GETNUKESND, // 4
|
||||
GETPOTIONSND, // 5
|
||||
GETKEYSND, // 6
|
||||
GETSCROLLSND, // 7
|
||||
GETPOINTSSND, // 8
|
||||
USEBOLTSND, // 9
|
||||
USENUKESND, // 10
|
||||
USEPOTIONSND, // 11
|
||||
USEKEYSND, // 12
|
||||
NOITEMSND, // 13
|
||||
WALK1SND, // 14
|
||||
WALK2SND, // 15
|
||||
TAKEDAMAGESND, // 16
|
||||
MONSTERMISSSND, // 17
|
||||
GAMEOVERSND, // 18
|
||||
SHOOTSND, // 19
|
||||
BIGSHOOTSND, // 20
|
||||
SHOOTWALLSND, // 21
|
||||
SHOOTMONSTERSND, // 22
|
||||
TAKEDMGHURTSND, // 23
|
||||
BALLBOUNCESND, // 24
|
||||
COMPSCOREDSND, // 25
|
||||
KEENSCOREDSND, // 26
|
||||
COMPPADDLESND, // 27
|
||||
KEENPADDLESND, // 28
|
||||
NOWAYSND, // 29
|
||||
LASTSOUND
|
||||
} soundnames;
|
||||
|
||||
//
|
||||
// Base offsets
|
||||
//
|
||||
#define STARTPCSOUNDS 0
|
||||
#define STARTADLIBSOUNDS 30
|
||||
#define STARTDIGISOUNDS 60
|
||||
#define STARTMUSIC 90
|
||||
|
||||
//
|
||||
// Music names & indexes
|
||||
//
|
||||
typedef enum {
|
||||
TOOHOT_MUS, // 0
|
||||
LASTMUSIC
|
||||
} musicnames;
|
||||
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Thanks for playing with MUSE!
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
Reference in New Issue
Block a user