1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/seabattle/files/patch-ab
Thomas Gellekum 35acff6856 Import seabattle port. This version comes with sound support.
PR:		4820
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-27 12:08:01 +00:00

20 lines
720 B
Plaintext

*** batt.h Tue May 13 19:58:17 1997
--- /home/andy/tmp/wrk/batt.h Mon Jun 30 14:41:02 1997
***************
*** 2,8 ****
* batt.h Part of the SEABATTLE game by Vince Weaver *
************************************************************************/
! #include <curses.h> /* Slang support is good for rxvt in linux */
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
--- 2,8 ----
* batt.h Part of the SEABATTLE game by Vince Weaver *
************************************************************************/
! #include <ncurses.h> /* Slang support is good for rxvt in linux */
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>