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

Comparing deliantra/server/include/util.h (file contents):
Revision 1.101 by root, Wed Apr 28 19:49:50 2010 UTC vs.
Revision 1.102 by root, Thu Apr 29 12:24:04 2010 UTC

572typedef refptr<maptile> maptile_ptr; 572typedef refptr<maptile> maptile_ptr;
573typedef refptr<object> object_ptr; 573typedef refptr<object> object_ptr;
574typedef refptr<archetype> arch_ptr; 574typedef refptr<archetype> arch_ptr;
575typedef refptr<client> client_ptr; 575typedef refptr<client> client_ptr;
576typedef refptr<player> player_ptr; 576typedef refptr<player> player_ptr;
577typedef refptr<region> region_ptr;
577 578
578#define STRHSH_NULL 2166136261 579#define STRHSH_NULL 2166136261
579 580
580static inline uint32_t 581static inline uint32_t
581strhsh (const char *s) 582strhsh (const char *s)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines