summaryrefslogtreecommitdiff
path: root/include/trap.h
blob: fb6855e04da86d04d8678bf0e3c3915ae4d57876 (plain)
1
2
3
4
5
6
7
8
#ifndef GUARD_TRAP_H
#define GUARD_TRAP_H

#include "position.h"

bool8 CanLayTrap(struct Position *pos);

#endif