]> icculus.org git repositories - btb/d2x.git/blob - main/kludge.c
more type warnings
[btb/d2x.git] / main / kludge.c
1
2 /*
3  *
4  * DPH: This is the file where all the stub functions go. The aim is
5  * to have nothing in here, eventually
6  *
7  */
8
9 #ifdef HAVE_CONFIG_H
10 #include <conf.h>
11 #endif
12
13 #include <stdio.h>
14 #include <stdlib.h>
15
16 #include "gr.h"
17 #include "pstypes.h"
18 #include "maths.h"
19
20
21 int Window_clip_left,Window_clip_top,Window_clip_right,Window_clip_bot;
22
23 char CDROM_dir[40] = ".";
24
25 #ifndef __DJGPP__
26 void joy_set_btn_values( int btn, int state, int time_down, int downcount, int upcount )
27 {
28
29 }
30 #endif
31
32 void key_putkey(char i)
33 {
34
35 }
36
37 void g3_remap_interp_colors()
38 {
39
40 }
41
42 /*
43 extern short interp_color_table
44 void g3_remap_interp_colors()
45 {
46  int eax, ebx;
47  
48  ebx = 0;
49  if (ebx != n_interp_colors) {
50    eax = 0;
51    eax = interp_color_table
52  }
53
54 }
55 */
56
57 int com_init(void)
58 {
59         return 0;
60 }
61
62 void com_level_sync(void)
63 {
64
65 }
66
67 void com_main_menu()
68 {
69
70 }
71
72 void com_do_frame()
73 {
74
75 }
76
77 void com_send_data()
78 {
79
80 }
81
82 void com_endlevel()
83 {
84
85 }
86
87 void serial_leave_game()
88 {
89
90 }
91
92 void network_dump_appletalk_player(ubyte node, ushort net, ubyte socket, int why)
93 {
94
95 }