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

Comparing deliantra/server/include/map.h (file contents):
Revision 1.67 by root, Thu Feb 15 21:07:49 2007 UTC vs.
Revision 1.68 by root, Fri Feb 16 19:43:41 2007 UTC

184 * this should be the one we fall back on as the default */ 184 * this should be the one we fall back on as the default */
185 185
186 static region *default_region (); 186 static region *default_region ();
187 static region *find (const char *name); 187 static region *find (const char *name);
188 static region *find_fuzzy (const char *name); 188 static region *find_fuzzy (const char *name);
189 static region *load (object_thawer &f); 189 static region *read (object_thawer &f);
190}; 190};
191 191
192typedef object_vector<region, &region::index> regionvec; 192typedef object_vector<region, &region::index> regionvec;
193 193
194extern regionvec regions; 194extern regionvec regions;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines