22 #ifndef ULTIMA_SHARED_MAPS_DUNGEON_CREATURE_H 23 #define ULTIMA_SHARED_MAPS_DUNGEON_CREATURE_H 25 #include "ultima/shared/maps/creature.h" virtual void draw(DungeonSurface &s, uint distance)=0
virtual bool isBlockingView() const =0
~DungeonCreature() override
Definition: dungeon_creature.h:49
Definition: dungeon_surface.h:37
Creature(Game *game, MapBase *)
Definition: creature.h:67
Definition: detection.h:27
Definition: creature.h:40
DungeonCreature(Game *game, MapBase *map)
Definition: dungeon_creature.h:43
Definition: map_base.h:47
Definition: dungeon_creature.h:38