pmd-red/include/trap.h

9 lines
107 B
C

#ifndef GUARD_TRAP_H
#define GUARD_TRAP_H
#include "position.h"
bool8 CanLayTrap(Position *pos);
#endif