2 * Elite - The New Kind.
4 * Reverse engineered from the BBC disk version of Elite.
5 * Additional material by C.J.Pinder.
7 * The original Elite code is (C) I.Bell & D.Braben 1984.
8 * This version re-engineered in C by C.J.Pinder 1999-2001.
10 * email: <christian@newkind.co.uk>
25 #define SND_GAMEOVER 3
27 #define SND_HIT_ENEMY 5
31 #define SND_HYPERSPACE 9
32 #define SND_INCOMMING_FIRE_1 10
33 #define SND_INCOMMING_FIRE_2 11
37 #define SND_ELITE_THEME 0
38 #define SND_BLUE_DANUBE 1
40 void snd_sound_startup (void);
41 void snd_sound_shutdown (void);
42 void snd_play_sample (int sample_no);
43 void snd_play_midi (int midi_no, int repeat);
44 void snd_update_sound (void);
45 void snd_stop_midi (void);