#ifndef PMDSKY_TRAP_H #define PMDSKY_TRAP_H #include "dungeon_mode.h" // Checks if a trap can be placed on the tile. bool8 CanLayTrap(struct position *pos); #endif //PMDSKY_TRAP_H