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.13 by root, Wed Apr 25 18:47:50 2007 UTC vs.
Revision 1.14 by root, Sun May 27 23:49:49 2007 UTC

11typedef uint32_t uint32; 11typedef uint32_t uint32;
12typedef int64_t sint64; 12typedef int64_t sint64;
13typedef uint64_t uint64; 13typedef uint64_t uint64;
14 14
15typedef uint32_t tick_t; 15typedef uint32_t tick_t;
16
17const int sint32_digits = 11; // number of digits an sint32 uses max.
18const int sint64_digits = 20;
16 19
17struct client_container; 20struct client_container;
18struct client; 21struct client;
19struct player; 22struct player;
20struct object; 23struct object;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines