1 /* $Id: kludge.c,v 1.15 2004-05-20 07:42:41 btb Exp $ */
5 * DPH: This is the file where all the stub functions go. The aim is
6 * to have nothing in here, eventually
22 extern int VGA_current_mode;
24 int Window_clip_left,Window_clip_top,Window_clip_right,Window_clip_bot;
26 char CDROM_dir[40] = ".";
29 void joy_set_btn_values( int btn, int state, int time_down, int downcount, int upcount )
35 void key_putkey(char i)
40 void g3_remap_interp_colors()
46 extern short interp_color_table
47 void g3_remap_interp_colors()
52 if (ebx != n_interp_colors) {
54 eax = interp_color_table
65 void com_level_sync(void)
90 void serial_leave_game()
95 void network_dump_appletalk_player(ubyte node, ushort net, ubyte socket, int why)
100 void digi_stop_digi_sounds(void)
105 void digi_stop_current_song(void)
111 void digi_set_midi_volume(int a)
116 void digi_play_midi_song(void)
121 void digi_pause_digi_sounds()
126 void digi_resume_digi_sounds()
130 void digi_play_sample_looping( int soundno, fix max_volume,int loop_start, int loop_end )
135 void digi_change_looping_volume( fix volume )
140 void digi_stop_looping_sound()
145 // Plays a queued voice sound.
146 void digi_start_sound_queued( short soundnum, fix volume )