File: blockade-snd.h

package info (click to toggle)
blockade 20041028-9
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k, lenny
  • size: 500 kB
  • ctags: 804
  • sloc: ansic: 7,485; sh: 177; makefile: 86
file content (25 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* Copyright status: this file is in the public domain. */

#ifndef _BLOCKADE_SND_H_8b57e09d_
#define _BLOCKADE_SND_H_8b57e09d_

#define SND_CANTMOVE  0
#define SND_Q_Q       1
#define SND_R_R       2
#define SND_SLIDE     3
#define SND_MOVE      4
#define SND_MUTATE    5
#define SND_P_P       6
#define SND_D_D       7
#define SND_UPLEVEL   8
#define SND_TELEPORT  9
#define SND_COLOUR_Y 10
#define SND_COLOUR_F 11
#define SND_COLOUR_B 12

#define N_SOUNDS 13

extern void setup_sound(void);
extern void playsound(int);

#endif