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.66 by root, Wed Feb 7 23:50:01 2007 UTC vs.
Revision 1.67 by root, Thu Feb 15 21:07:49 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}; 190};
190 191
191typedef object_vector<region, &region::index> regionvec; 192typedef object_vector<region, &region::index> regionvec;
192 193
193extern regionvec regions; 194extern regionvec regions;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines