OSDN Git Service

Merge branch 'master' of https://github.com/hengband/hengband
[hengbandforosx/hengbandosx.git] / src / system / floor-type-definition.cpp
1 #include "system/floor-type-definition.h"
2
3 bool FloorType::is_in_dungeon() const
4 {
5     return this->dun_level > 0;
6 }