summaryrefslogtreecommitdiff
path: root/src/hook_stair_out.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hook_stair_out.hpp')
-rw-r--r--src/hook_stair_out.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hook_stair_out.hpp b/src/hook_stair_out.hpp
new file mode 100644
index 00000000..5e3d515a
--- /dev/null
+++ b/src/hook_stair_out.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "h-basic.h"
+
+struct hook_stair_out {
+ bool_ allow;
+};