ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sockproto.h
(Generate patch)

Comparing deliantra/server/include/sockproto.h (file contents):
Revision 1.27 by root, Wed Apr 25 18:47:50 2007 UTC vs.
Revision 1.28 by root, Mon Apr 30 04:25:30 2007 UTC

13void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...); 13void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...);
14void new_info_map_except(int color, maptile *map, object *op, const char *str); 14void new_info_map_except(int color, maptile *map, object *op, const char *str);
15void new_info_map_except2(int color, maptile *map, object *op1, object *op2, const char *str); 15void new_info_map_except2(int color, maptile *map, object *op1, object *op2, const char *str);
16void new_info_map(int color, maptile *map, const char *str); 16void new_info_map(int color, maptile *map, const char *str);
17void clear_win_info(object *op); 17void clear_win_info(object *op);
18void rangetostring(object *pl, char *obuf);
19void set_title(object *pl, char *buf); 18void set_title(object *pl, char *buf);
20void magic_mapping_mark(object *pl, char *map_mark, int strength); 19void magic_mapping_mark(object *pl, char *map_mark, int strength);
21void draw_magic_map(object *pl); 20void draw_magic_map(object *pl);
22void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType); 21void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType);
23/* init.c */ 22/* init.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines