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.63 by root, Tue Jul 24 04:55:34 2007 UTC vs.
Revision 1.64 by root, Thu Jul 26 00:27:08 2007 UTC

277 MTH void send_image (faceidx facenum); 277 MTH void send_image (faceidx facenum);
278 MTH void send_faces (object *ob); 278 MTH void send_faces (object *ob);
279 MTH void send_animation (short anim_num); 279 MTH void send_animation (short anim_num);
280 void send_msg (int color, const char *type, const char *msg); 280 void send_msg (int color, const char *type, const char *msg);
281 281
282 MTH void play_sound (faceidx sound, int dx = 0, int dy = 0);
282 // called when something under the player changes 283 // called when something under the player changes
283 MTH void floorbox_update () { update_look = 1; } 284 MTH void floorbox_update () { update_look = 1; }
284 // called when the player has been moved 285 // called when the player has been moved
285 MTH void floorbox_reset () { look_position = 0; floorbox_update (); } 286 MTH void floorbox_reset () { look_position = 0; floorbox_update (); }
286 287

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines