summaryrefslogtreecommitdiff
path: root/src/move_info_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/move_info_type.hpp')
-rw-r--r--src/move_info_type.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/move_info_type.hpp b/src/move_info_type.hpp
new file mode 100644
index 00000000..5f8aa3d8
--- /dev/null
+++ b/src/move_info_type.hpp
@@ -0,0 +1,15 @@
+#pragma once
+
+#include "h-basic.h"
+
+/**
+ * Movement typse
+ */
+struct move_info_type
+{
+ s16b to_speed;
+ s16b to_search;
+ s16b to_stealth;
+ s16b to_percep;
+ cptr name;
+};