home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ Games Programming
/
CPPGAMES.ISO
/
thx
/
demos
/
skyscrap
/
build
/
sfx.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-04-13
|
235 b
|
17 lines
#ifndef __sfx_h
#define __sfx_h
//------------------
// enumeration for sounds in AIRKILL.SFX
//------------------
enum Sounds
{
SND_NONE,
SND_BULLET,
SND_ROCKET,
SND_PLASMA,
SND_EXPLODE
};
#endif //__sfx_h