mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +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>
16 lines
312 B
Plaintext
16 lines
312 B
Plaintext
--- scr.c Sat Jan 2 07:00:11 1999
|
|
+++ /home/andy/tmp/wrk/scr.c Fri May 14 20:28:59 1999
|
|
@@ -10,7 +10,11 @@
|
|
# ifdef AMIGA
|
|
# include <curses210.h>
|
|
# else
|
|
-# include <curses.h>
|
|
+# ifdef __FreeBSD__
|
|
+# include <ncurses.h>
|
|
+# else
|
|
+# include <curses.h>
|
|
+# endif
|
|
# endif
|
|
# include <sys/types.h>
|
|
#endif
|