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.119 by root, Sun Jan 29 02:47:04 2017 UTC vs.
Revision 1.120 by root, Sat Nov 17 23:33:18 2018 UTC

294 void send_raw (void *buf_, int len); 294 void send_raw (void *buf_, int len);
295 295
296 void send (void *buf_, int len); 296 void send (void *buf_, int len);
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, ...) ecb_attribute ((format (printf, 2, 3)));
300 void send_packet (packet &sl); 300 void send_packet (packet &sl);
301 301
302 MTH void send_face (faceidx facenum, int pri = 0); 302 MTH void send_face (faceidx facenum, int pri = 0);
303 MTH void send_faces (object *ob); 303 MTH void send_faces (object *ob);
304 MTH void send_animation (short anim_num); 304 MTH void send_animation (short anim_num);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines