]> icculus.org git repositories - btb/d2x.git/blob - main/kludge.c
needed for tolower()
[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 "inferno.h"
14
15
16 void g3_remap_interp_colors(void)
17 {
18
19 }
20
21 /*
22 extern short interp_color_table
23 void g3_remap_interp_colors(void)
24 {
25  int eax, ebx;
26  
27  ebx = 0;
28  if (ebx != n_interp_colors) {
29    eax = 0;
30    eax = interp_color_table
31  }
32
33 }
34 */
35
36 int com_init(void)
37 {
38         return 0;
39 }
40
41 int com_level_sync(void)
42 {
43         return 0;
44 }
45
46 void com_main_menu(void)
47 {
48
49 }
50
51 void com_do_frame(void)
52 {
53
54 }
55
56 void com_send_data(char *buf, int len, int repeat)
57 {
58
59 }
60
61 void com_endlevel(int *secret)
62 {
63
64 }
65
66 void serial_leave_game(void)
67 {
68
69 }