--- deliantra/server/include/traits.h 2006/12/30 10:16:10 1.11 +++ deliantra/server/include/traits.h 2007/04/25 18:47:50 1.13 @@ -12,6 +12,8 @@ typedef int64_t sint64; typedef uint64_t uint64; +typedef uint32_t tick_t; + struct client_container; struct client; struct player; @@ -22,6 +24,7 @@ struct region; struct party; struct treasurelist; +struct random_map_params; // could have used templates, but a more traditional C api // uses more explicit typing which is ok for this purpose.