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.28 by root, Mon Oct 29 23:55:54 2012 UTC vs.
Revision 1.29 by root, Sun Nov 11 04:29:11 2012 UTC

33typedef uint32_t uint32; 33typedef uint32_t uint32;
34typedef int64_t sint64; 34typedef int64_t sint64;
35typedef uint64_t uint64; 35typedef uint64_t uint64;
36 36
37typedef uint32_t tick_t; 37typedef uint32_t tick_t;
38typedef uint16_t faceidx;
38 39
39const int sint32_digits = 11; // number of digits an sint32 uses max. 40const int sint32_digits = 11; // number of digits an sint32 uses max.
40const int sint64_digits = 20; 41const int sint64_digits = 20;
41 42
42typedef char *octet_string; 43typedef char *octet_string;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines