pmd-red/include/trap.h
AnonymousRandomPerson 33d2d61750 Decomped CanLayTrap()
2022-02-21 15:40:12 -05:00

10 lines
125 B
C

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