mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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>
25 lines
657 B
Plaintext
25 lines
657 B
Plaintext
--- defs.h Fri Jan 1 03:08:19 1999
|
|
+++ /home/andy/tmp/wrk/defs.h Fri May 14 20:51:11 1999
|
|
@@ -45,7 +45,9 @@
|
|
This might usually be "/usr/games/lib/omegalib/", for unix,
|
|
or something like "c:\\games\\omega\\omegalib\\" for msdos */
|
|
|
|
+#ifndef OMEGALIB
|
|
#define OMEGALIB "./lib/"
|
|
+#endif
|
|
|
|
/* Comment the following line out if you want users to be able to override */
|
|
/* the OMEGALIB define, above, by setting the environment variable OMEGALIB */
|
|
@@ -570,7 +572,11 @@
|
|
/* WDT: thank goodness for that lack of implementation. */
|
|
|
|
#else
|
|
+#ifdef __FreeBSD__
|
|
+#include <ncurses.h>
|
|
+#else
|
|
#include <curses.h>
|
|
+#endif
|
|
|
|
#define COL_FG_BLINK A_BLINK
|
|
|