pmd-sky/include/trap.h
2025-07-18 20:24:21 -04:00

10 lines
183 B
C

#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