--- deliantra/server/include/client.h 2007/03/12 23:45:10 1.34 +++ deliantra/server/include/client.h 2007/03/14 00:04:58 1.35 @@ -265,6 +265,12 @@ void send_packet_printf (const char *format, ...); void send_packet (packet &sl); + void send_drawinfo (const char *msg, int flags = NDI_BLACK); + MTH void send_face (faceidx facenum, bool nocache = false); + MTH void send_faces (object *ob); + MTH void send_smooth (faceidx facenum); + MTH void send_animation (short anim_num); + // called when something under the player changes MTH void floorbox_update () { update_look = 1; } // called when the player has been moved