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

Comparing deliantra/server/include/client.h (file contents):
Revision 1.113 by root, Thu Nov 15 04:50:50 2012 UTC vs.
Revision 1.114 by root, Sun Nov 18 09:39:11 2012 UTC

297 void send_packet (const_octet_string buf); 297 void send_packet (const_octet_string buf);
298 void send_packet (const_octet_string buf, int len); 298 void send_packet (const_octet_string buf, int len);
299 void send_packet_printf (const_utf8_string format, ...) attribute ((format (printf, 2, 3))); 299 void send_packet_printf (const_utf8_string format, ...) attribute ((format (printf, 2, 3)));
300 void send_packet (packet &sl); 300 void send_packet (packet &sl);
301 301
302 void send_drawinfo (const_utf8_string msg, int flags = NDI_BLACK);
303
304 MTH void send_face (faceidx facenum, int pri = 0); 302 MTH void send_face (faceidx facenum, int pri = 0);
305 MTH void send_faces (object *ob); 303 MTH void send_faces (object *ob);
306 MTH void send_animation (short anim_num); 304 MTH void send_animation (short anim_num);
307 void send_msg (int color, const_utf8_string type, const_utf8_string msg); 305 void send_msg (int color, const_utf8_string type, const_utf8_string msg);
308 306

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines