ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/util.h
(Generate patch)

Comparing deliantra/server/include/util.h (file contents):
Revision 1.73 by root, Sat May 3 11:14:50 2008 UTC vs.
Revision 1.74 by root, Sun May 4 14:12:37 2008 UTC

393 int get_range (int r_min, int r_max); 393 int get_range (int r_min, int r_max);
394}; 394};
395 395
396typedef tausworthe_random_generator rand_gen; 396typedef tausworthe_random_generator rand_gen;
397 397
398extern rand_gen rndm; 398extern rand_gen rndm, rmg_rndm;
399 399
400INTERFACE_CLASS (attachable) 400INTERFACE_CLASS (attachable)
401struct refcnt_base 401struct refcnt_base
402{ 402{
403 typedef int refcnt_t; 403 typedef int refcnt_t;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines