OSDN Git Service

[Refactor] #37353 自動拾いに関するビット定義を autopick.h へ移動.
authordeskull <deskull@users.sourceforge.jp>
Mon, 3 Jun 2019 14:48:43 +0000 (23:48 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Mon, 3 Jun 2019 14:48:43 +0000 (23:48 +0900)
src/autopick.h
src/defines.h

index e7893c3..e465716 100644 (file)
@@ -1,5 +1,12 @@
 #pragma once
 
+#define DO_AUTOPICK       0x01
+#define DO_AUTODESTROY    0x02
+#define DO_DISPLAY        0x04
+#define DONT_AUTOPICK     0x08
+#define ITEM_DISPLAY      0x10
+#define DO_QUERY_AUTOPICK 0x20
+
 /*!
  * @struct autopick_type
  * @brief 自動拾い/破壊設定データの構造体 / A structure type for entry of auto-picker/destroyer
index 5e3b13b..198f2c1 100644 (file)
 /* Maximum "Nazguls" number */
 #define MAX_NAZGUL_NUM 5
 
-#define DO_AUTOPICK       0x01
-#define DO_AUTODESTROY    0x02
-#define DO_DISPLAY        0x04
-#define DONT_AUTOPICK     0x08
-#define ITEM_DISPLAY      0x10
-#define DO_QUERY_AUTOPICK 0x20
-
 #define VIRTUE_LARGE 1
 #define VIRTUE_SMALL 2