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.12 by root, Sat Jan 13 23:06:13 2007 UTC vs.
Revision 1.13 by root, Wed Apr 25 18:47:50 2007 UTC

9typedef uint16_t uint16; 9typedef uint16_t uint16;
10typedef int32_t sint32; 10typedef int32_t sint32;
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
15typedef uint32_t tick_t;
14 16
15struct client_container; 17struct client_container;
16struct client; 18struct client;
17struct player; 19struct player;
18struct object; 20struct object;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines