/*
* File: place.h
* Summary: Place related functions.
* Written by: Linley Henzell
*/
//////////////////////////////////////////////////////////////////////
// Places and names
//
unsigned short ;
unsigned short ;
int ;
int ;
int ;
std::string ;
std::string ;
std::string ;
// Prepositional form of branch level name. For example, "in the
// Abyss" or "on level 3 of the Main Dungeon".
std::string ;
std::string ;
// Get displayable depth in the current branch, given the absolute
// depth.
int ;
// Get absolute depth given the displayable depth in the branch.
int ;
// Get displayable depth in the current branch.
int ;
bool ;
bool ;
bool ;
bool ;
bool ;
std::vector<level_id> ;