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.17 by root, Sun Jul 1 05:00:18 2007 UTC vs.
Revision 1.19 by root, Tue Sep 4 05:43:21 2007 UTC

36typedef uint32_t tick_t; 36typedef uint32_t tick_t;
37 37
38const int sint32_digits = 11; // number of digits an sint32 uses max. 38const int sint32_digits = 11; // number of digits an sint32 uses max.
39const int sint64_digits = 20; 39const int sint64_digits = 20;
40 40
41typedef char *octet_string;
42typedef char *utf8_string;
43typedef const char *const_octet_string;
44typedef const char *const_utf8_string;
45
41struct client_container; 46struct client_container;
42struct client; 47struct client;
43struct player; 48struct player;
44struct object; 49struct object;
45struct maptile; 50struct maptile;
48struct region; 53struct region;
49struct party; 54struct party;
50struct treasurelist; 55struct treasurelist;
51struct random_map_params; 56struct random_map_params;
52struct faceinfo; 57struct faceinfo;
58struct mapxy;
59
60typedef object object_ornull;
61typedef maptile maptile_ornull;
53 62
54// could have used templates, but a more traditional C api 63// could have used templates, but a more traditional C api
55// uses more explicit typing which is ok for this purpose. 64// uses more explicit typing which is ok for this purpose.
56enum data_type 65enum data_type
57{ 66{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines