OSDN Git Service

[Refactor] #37353 GRAPHICS_* を main-win.c へ移動. (main-doc.c / main-mac.c 対応はその必要も確認しつつ後日)
authordeskull <deskull@users.sourceforge.jp>
Sun, 2 Jun 2019 12:41:18 +0000 (21:41 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 2 Jun 2019 12:41:18 +0000 (21:41 +0900)
src/defines.h
src/main-win.c

index cf62422..03aaac0 100644 (file)
 # define MESSAGE_BUF    4096
 #endif
 
-
-
-
-
-/*
- * Available graphic modes
- */
-#define GRAPHICS_NONE       0
-#define GRAPHICS_ORIGINAL   1
-#define GRAPHICS_ADAM_BOLT  2
-#define GRAPHICS_HENGBAND   3
-
-
 #ifdef JP
 #define JVERB_AND 1
 #define JVERB_TO  2
index 67e3714..70b6aea 100644 (file)
 # endif
 #endif
 
+/*
+ * Available graphic modes
+ */
+#define GRAPHICS_NONE       0
+#define GRAPHICS_ORIGINAL   1
+#define GRAPHICS_ADAM_BOLT  2
+#define GRAPHICS_HENGBAND   3
 
 /*
  * Hack -- allow use of "screen saver" mode