Input source is parametrized all the way down.
[open-adventure.git] / main.h
diff --git a/main.h b/main.h
index 3de002ec753bb7f8a80d0c6127918850e3e920a5..fa87d627ec8847e720f844ca471bcd41cea47872 100644 (file)
--- a/main.h
+++ b/main.h
@@ -1,6 +1,10 @@
-#define LINESIZE       101
+#include <stdbool.h>
+
+#define LINESIZE       100
 
 extern long ABB[], ATAB[], ATLOC[], BLKLIN, DFLAG, DLOC[], FIXED[], HOLDNG,
                KTAB[], *LINES, LINK[], LNLENG, LNPOSN,
                PARMS[], PLACE[], PTEXT[], RTEXT[], TABSIZ;
-extern signed char INLINE[LINESIZE], MAP1[], MAP2[];
+extern signed char INLINE[LINESIZE+1], MAP1[], MAP2[];
+extern FILE *logfp;
+extern bool oldstyle;