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.65 by root, Sat Jul 28 00:15:03 2007 UTC vs.
Revision 1.66 by root, Mon Jul 30 02:03:02 2007 UTC

355 MTH void floorbox_reset () { look_position = 0; floorbox_update (); } 355 MTH void floorbox_reset () { look_position = 0; floorbox_update (); }
356 356
357 MTH void tick (); // called every server tick to do housekeeping etc. 357 MTH void tick (); // called every server tick to do housekeeping etc.
358 358
359 MTH static client *create (int fd, const char *peername); 359 MTH static client *create (int fd, const char *peername);
360 MTH static void clock ();
361 MTH static void flush_sockets ();
360 362
361protected: 363protected:
362 client (int fd, const char *from_ip); 364 client (int fd, const char *from_ip);
363 ~client (); 365 ~client ();
364}; 366};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines