mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-17 18:46:41 -05:00
9 lines
119 B
C
9 lines
119 B
C
#ifndef GUARD_TRAP_H
|
|
#define GUARD_TRAP_H
|
|
|
|
#include "structs/str_position.h"
|
|
|
|
bool8 CanLayTrap(Position *pos);
|
|
|
|
#endif
|