mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-17 10:36:50 -05:00
10 lines
125 B
C
10 lines
125 B
C
#ifndef GUARD_TRAP_H
|
|
#define GUARD_TRAP_H
|
|
|
|
#include "position.h"
|
|
|
|
// 0x4AF74
|
|
bool8 CanLayTrap(struct Position *pos);
|
|
|
|
#endif
|