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.11 by root, Sat Dec 30 10:16:10 2006 UTC vs.
Revision 1.14 by root, Sun May 27 23:49:49 2007 UTC

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 14
15typedef uint32_t tick_t;
16
17const int sint32_digits = 11; // number of digits an sint32 uses max.
18const int sint64_digits = 20;
19
15struct client_container; 20struct client_container;
16struct client; 21struct client;
17struct player; 22struct player;
18struct object; 23struct object;
19struct maptile; 24struct maptile;
20struct mapspace; 25struct mapspace;
21struct archetype; 26struct archetype;
22struct region; 27struct region;
23struct party; 28struct party;
24struct treasurelist; 29struct treasurelist;
30struct random_map_params;
25 31
26// could have used templates, but a more traditional C api 32// could have used templates, but a more traditional C api
27// uses more explicit typing which is ok for this purpose. 33// uses more explicit typing which is ok for this purpose.
28enum data_type 34enum data_type
29{ 35{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines