summaryrefslogtreecommitdiffstats
path: root/libraries/t4k_common/wrapped_lines.patch
blob: be3937f755bbece53c09efe765c5a0631d060720 (plain)
diff --git a/src/t4k_common.h b/src/t4k_common.h
index d4676e7..27e635c 100644
--- a/src/t4k_common.h
+++ b/src/t4k_common.h
@@ -239,7 +239,7 @@ MFStrategy;
 #define MAX_LINES 128     //!< Maximum lines to wrap.
 #define MAX_LINEWIDTH 256 //!< Maximum characters of each line.
 
-char wrapped_lines[MAX_LINES][MAX_LINEWIDTH]; //!< Global buffer for wrapped lines.
+extern char wrapped_lines[MAX_LINES][MAX_LINEWIDTH]; //!< Global buffer for wrapped lines.
 
 //TODO separate headers for different areas a la SDL?