about summary refs log tree commit diff stats
path: root/src/sounds.h
blob: 382e1269f979a620c102f2aabe36ec782ad29e5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SOUNDS_H
#define SOUNDS_H

#define SOUND_BOUNCE 0
#define MUSIC_DEFEAT 1
#define MUSIC_VICTORY 2
#define MUSIC_TITLE 3
#define SOUND_PLAYER_SCORE 4
#define SOUND_ENEMY_SCORE 5
#define STOP_ALL_SOUNDS 99

#endif