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.13 by root, Wed Apr 25 18:47:50 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
15struct client_container; 17struct client_container;
16struct client; 18struct client;
17struct player; 19struct player;
18struct object; 20struct object;
19struct maptile; 21struct maptile;
20struct mapspace; 22struct mapspace;
21struct archetype; 23struct archetype;
22struct region; 24struct region;
23struct party; 25struct party;
24struct treasurelist; 26struct treasurelist;
27struct random_map_params;
25 28
26// could have used templates, but a more traditional C api 29// could have used templates, but a more traditional C api
27// uses more explicit typing which is ok for this purpose. 30// uses more explicit typing which is ok for this purpose.
28enum data_type 31enum data_type
29{ 32{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines