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

Comparing deliantra/server/include/region.h (file contents):
Revision 1.12 by root, Thu Jan 1 11:41:17 2009 UTC vs.
Revision 1.13 by root, Thu Jan 1 20:49:48 2009 UTC

57 float treasure_density; // chance of treasure per mapspace 57 float treasure_density; // chance of treasure per mapspace
58 treasurelist *treasure; // treasure to generate (mostly monsters) 58 treasurelist *treasure; // treasure to generate (mostly monsters)
59 59
60 static region *default_region (); 60 static region *default_region ();
61 static region *find (shstr_cmp name); 61 static region *find (shstr_cmp name);
62 static region *find_fuzzy (const char *name);
63 static region *read (object_thawer &f); 62 static region *read (object_thawer &f);
64 63
65 void do_destroy (); 64 void do_destroy ();
66}; 65};
67 66

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines