freebsd-ports/games/ztrack/files/patch-aa
Satoshi Asami e3ccb15b1e A curses-based 3-D driving game (wow).
PR:		3454
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-06-04 05:34:08 +00:00

19 lines
364 B
Text

*** ztrack.c Fri Dec 1 02:34:36 1995
--- /home/andy/tmp/wrk/ztrack.c Tue Apr 29 14:20:07 1997
***************
*** 9,15 ****
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
! #include <curses.h>
#ifdef HAVE_RANDOM
--- 9,15 ----
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
! #include <ncurses.h>
#ifdef HAVE_RANDOM