summaryrefslogtreecommitdiff
path: root/include/trap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trap.h')
-rw-r--r--include/trap.h9
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