9017311762
stuff around. It has elements of Boulderdash and elements of Sokoban, and anybody old enough to remember XOR on the Spectrum will see large elements of that in it. The port and executable have been named 'enygma' to avoid a name collision. WWW: http://www.chiark.greenend.org.uk/~sgtatham/enigma/ PR: ports/127427 Submitted by: Wouter Reckman <gennerate at zonnet.nl>
10 lines
196 B
C
10 lines
196 B
C
--- screen.c.orig Sun Sep 14 23:24:17 2008
|
|
+++ screen.c Sun Sep 14 22:01:21 2008
|
|
@@ -13,6 +13,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#ifdef CURSES_HDR
|
|
# include CURSES_HDR
|
|
#else
|