We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f347fda commit f36ec17Copy full SHA for f36ec17
src/t4k_common.h
@@ -245,7 +245,7 @@ MFStrategy;
245
#define MAX_LINES 128 //!< Maximum lines to wrap.
246
#define MAX_LINEWIDTH 256 //!< Maximum characters of each line.
247
248
-static char wrapped_lines[MAX_LINES][MAX_LINEWIDTH]; //!< Global buffer for wrapped lines.
+extern static char wrapped_lines[MAX_LINES][MAX_LINEWIDTH]; //!< Global buffer for wrapped lines.
249
250
//TODO separate headers for different areas a la SDL?
251
0 commit comments