summary refs log tree commit diff stats
path: root/HACKING
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-01 03:05:26 +0200
committerhut <hut@lavabit.com>2010-04-01 03:05:26 +0200
commitaf9b8b3bfd804e703623bfbad2245ef709603283 (patch)
tree87885566b685c18ace7199dbca42264e4dca6fde /HACKING
parentd392816cd2b1143a3659da0466634ed65e5121d5 (diff)
downloadranger-af9b8b3bfd804e703623bfbad2245ef709603283.tar.gz
ranger.1: updated
Diffstat (limited to 'HACKING')
0 files changed, 0 insertions, 0 deletions
n9' href='#n9'>9
10
11
12

                
                 



                            

                                 

                               
      
#ifndef SOUNDS_H
#define SOUNDS_H
#include "pong.h"
const int SOUND_BOUNCE = 0;
const int MUSIC_DEFEAT = 1;
const int MUSIC_VICTORY = 2;
const int MUSIC_TITLE = 3;
const int SOUND_PLAYER_SCORE = 4;
const int SOUND_ENEMY_SCORE = 5;
const int STOP_ALL_SOUNDS = 99;

#endif