ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/stubs.c
(Generate patch)

Comparing deliantra/server/crossedit/stubs.c (file contents):
Revision 1.1.1.1 by root, Fri Feb 3 07:11:45 2006 UTC vs.
Revision 1.1.1.2 by elmex, Wed Feb 22 18:01:25 2006 UTC

7 7
8void fix_auto_apply(mapstruct * m) 8void fix_auto_apply(mapstruct * m)
9{ 9{
10} 10}
11 11
12void new_draw_info(int a, int b, object *ob, const char *txt) 12void new_draw_info(int a, int b, const object *ob, const char *txt)
13 { 13 {
14 fprintf(logfile, "%s\n", txt); 14 fprintf(logfile, "%s\n", txt);
15 } 15 }
16void new_info_map(int color, mapstruct *map, const char *str) 16void new_info_map(int color, mapstruct *map, const char *str)
17 { 17 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines