mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
3d63f83d68
Unlike other such games, there are a number of ways to "win" depending on various actions taken druing play. PR: 12506 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
--- genclr.c Sat Aug 8 16:53:59 1998
|
|
+++ /home/andy/tmp/wrk/genclr.c Fri May 14 20:28:35 1999
|
|
@@ -281,7 +281,11 @@
|
|
*/
|
|
fp = emitopen (cfile, argv);
|
|
fprintf (fp, "\
|
|
+#ifdef __FreeBSD__\n\
|
|
+#include <ncurses.h>\n\
|
|
+#else\n\
|
|
#include <curses.h>\n\
|
|
+#endif\n\
|
|
#include <stdio.h>\n\
|
|
#include <stdlib.h>\n\
|
|
|