pmd-red/include/trap.h
2023-09-20 22:26:35 -04:00

9 lines
119 B
C

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