OSDN Git Service

[Refactor] #37353 externs.h 中の宣言整理。
authordeskull <deskull@users.sourceforge.jp>
Thu, 18 Apr 2019 09:40:58 +0000 (18:40 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 18 Apr 2019 09:40:58 +0000 (18:40 +0900)
src/externs.h

index 53aad17..103416f 100644 (file)
@@ -185,6 +185,9 @@ extern bool multi_rew;
 extern char summon_kin_type;
 extern bool is_loading_now;
 extern bool hack_mutation;
+extern bool reset_concent;
+extern bool is_fired;
+
 
 
 /*
@@ -1140,12 +1143,9 @@ extern void repeat_push(COMMAND_CODE what);
 extern bool repeat_pull(COMMAND_CODE *what);
 extern void repeat_check(void);
 
-/* variable.c */
-extern bool easy_open;
-
-
-/* variable.c */
 extern bool easy_disarm;
+extern bool easy_floor;
+extern bool easy_open;
 
 
 /* object1.c */
@@ -1154,9 +1154,6 @@ extern COMMAND_CODE show_floor(int target_item, POSITION y, POSITION x, TERM_LEN
 extern bool get_item_floor(COMMAND_CODE *cp, concptr pmt, concptr str, BIT_FLAGS mode);
 extern void py_pickup_floor(bool pickup);
 
-/* variable.c */
-extern bool easy_floor;
-
 /* wizard1.c */
 extern void spoil_random_artifact(concptr fname);
 
@@ -1212,8 +1209,4 @@ extern bool browsing_movie;
 extern travel_type travel;
 #endif
 
-/* variable.c (for snipers) */
-extern bool reset_concent;   /* Concentration reset flag */
-extern bool is_fired;
-
 extern void kamaenaoshi(INVENTORY_IDX item);