]> icculus.org git repositories - btb/d2x.git/blob - main/kludge.c
remove rcs tags
[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 extern int VGA_current_mode;
21
22 int Window_clip_left,Window_clip_top,Window_clip_right,Window_clip_bot;
23
24 char CDROM_dir[40] = ".";
25
26 #ifndef __DJGPP__
27 void joy_set_btn_values( int btn, int state, int time_down, int downcount, int upcount )
28 {
29
30 }
31 #endif
32
33 void key_putkey(char i)
34 {
35
36 }
37
38 void g3_remap_interp_colors()
39 {
40
41 }
42
43 /*
44 extern short interp_color_table
45 void g3_remap_interp_colors()
46 {
47  int eax, ebx;
48  
49  ebx = 0;
50  if (ebx != n_interp_colors) {
51    eax = 0;
52    eax = interp_color_table
53  }
54
55 }
56 */
57
58 int com_init(void)
59 {
60         return 0;
61 }
62
63 void com_level_sync(void)
64 {
65
66 }
67
68 void com_main_menu()
69 {
70
71 }
72
73 void com_do_frame()
74 {
75
76 }
77
78 void com_send_data()
79 {
80
81 }
82
83 void com_endlevel()
84 {
85
86 }
87
88 void serial_leave_game()
89 {
90
91 }
92
93 void network_dump_appletalk_player(ubyte node, ushort net, ubyte socket, int why)
94 {
95
96 }