diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-21 15:40:12 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-21 15:40:12 -0500 |
commit | 33d2d6175067e75cd222b8f05234221ec2d2b82b (patch) | |
tree | 2f0c77cc29752a06797c3630daafde232ae14c0d /include | |
parent | 07795b6ff619c30426ad279ef840842ef3dea2ac (diff) |
Decomped CanLayTrap()
Diffstat (limited to 'include')
-rw-r--r-- | include/trap.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/trap.h b/include/trap.h new file mode 100644 index 0000000..49a5216 --- /dev/null +++ b/include/trap.h @@ -0,0 +1,9 @@ +#ifndef GUARD_TRAP_H +#define GUARD_TRAP_H + +#include "position.h" + +// 0x4AF74 +bool8 CanLayTrap(struct Position *pos); + +#endif |