mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
10 lines
183 B
C
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
|