--- deliantra/server/include/map.h 2007/02/07 23:50:01 1.66 +++ deliantra/server/include/map.h 2007/02/16 19:43:41 1.68 @@ -186,6 +186,7 @@ static region *default_region (); static region *find (const char *name); static region *find_fuzzy (const char *name); + static region *read (object_thawer &f); }; typedef object_vector regionvec;