00001 00025 #ifndef SOUND_H 00026 #define SOUND_H 00027 00031 void sample_volume(int channel, int volume); 00038 void play_fla_sample(int index,int frequency, int repeat, int x, int y); 00040 void stop_sample(); 00041 00042 #endif