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

const int SOUND_BOUNCE = 0;
const int MUSIC_DEFEAT = 1;
const int MUSIC_VICTORY = 2;
const int MUSIC_TITLE = 3;
const int STOP_ALL_SOUNDS = 99;

#endif