summaryrefslogtreecommitdiff
path: root/include/trap.h
blob: 49a5216e44638f369ad10555df858274eb983387 (plain)
1
2
3
4
5
6
7
8
9
#ifndef GUARD_TRAP_H
#define GUARD_TRAP_H

#include "position.h"

// 0x4AF74
bool8 CanLayTrap(struct Position *pos);

#endif