ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/stubs.c
Revision: 1.2
Committed: Sun Aug 13 17:16:01 2006 UTC (17 years, 9 months ago) by elmex
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

File Contents

# Content
1 /**
2 * Those are dummy functions defined to resolve all symboles.
3 * Added as part of glue cleaning.
4 * Ryo 2005-07-15
5 **/
6 #include <global.h>
7
8 void fix_auto_apply(mapstruct * m)
9 {
10 }
11
12 void new_draw_info(int a, int b, object *ob, const char *txt)
13 {
14 fprintf(logfile, "%s\n", txt);
15 }
16 void new_info_map(int color, mapstruct *map, const char *str)
17 {
18 fprintf(logfile, "new_info_map: %s\n", str);
19 }
20
21 void move_teleporter( object* ob)
22 {
23 }
24
25 void move_firewall( object* ob)
26 {
27 }
28
29 void move_duplicator( object* ob)
30 {
31 }
32
33 void move_marker( object* ob)
34 {
35 }
36
37 void move_creator( object* ob)
38 {
39 }
40
41 void emergency_save( int x )
42 {
43 }
44
45 void clean_tmp_files( )
46 {
47 }
48
49 void esrv_send_item( object* ob, object* obx )
50 {
51 }
52
53 void dragon_ability_gain( object* ob, int x, int y )
54 {
55 }
56
57 void weather_effect( const char* c )
58 {
59 }
60
61 void set_darkness_map( mapstruct* m)
62 {
63 }
64
65 void move_apply( object* ob, object* obt, object* obx )
66 {
67 }
68
69 object* find_skill_by_number( object* ob, int x )
70 {
71 return NULL;
72 }
73
74 void esrv_del_item(player *pl, int tag)
75 {
76 }
77
78 void esrv_update_spells(player *pl)
79 {
80 }
81
82 void monster_check_apply( object* ob, object* obt )
83 {
84 }
85
86 void trap_adjust( object* ob, int x )
87 {
88 }