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

Comparing deliantra/server/include/traits.h (file contents):
Revision 1.22 by root, Mon Oct 12 14:00:58 2009 UTC vs.
Revision 1.23 by root, Sat Jan 16 13:41:37 2010 UTC

39const int sint32_digits = 11; // number of digits an sint32 uses max. 39const int sint32_digits = 11; // number of digits an sint32 uses max.
40const int sint64_digits = 20; 40const int sint64_digits = 20;
41 41
42typedef char *octet_string; 42typedef char *octet_string;
43typedef char *utf8_string; 43typedef char *utf8_string;
44typedef char *any_string;
44typedef const char *const_octet_string; 45typedef const char *const_octet_string;
45typedef const char *const_utf8_string; 46typedef const char *const_utf8_string;
47typedef const char *const_any_string;
46 48
47struct client_container; 49struct client_container;
48struct client; 50struct client;
49struct player; 51struct player;
50struct object; 52struct object;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines