From d7124327b9b6135cf6f4ec4ffbb64f25287577ac Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 13 Apr 2021 13:47:52 -0400 Subject: Save 96 bytes (8270 free now), get rid of conio cruft --- taipan.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'taipan.c') diff --git a/taipan.c b/taipan.c index 2350615..274a041 100644 --- a/taipan.c +++ b/taipan.c @@ -1,10 +1,8 @@ /* Taipan! for Atari 8-bit. Ported from the Linux/curses version, which was based on the original Applesoft BASIC version. */ -#include /* cputc() wherex() wherey() gotoxy() - gotox() cputs() revers() clrscr() - chline() chlinexy() cvlinexy() */ /* we're actually using a locally modified conio, see conio/README */ +#include "conio-local.h" #include /* rand() srand() exit() */ #include /* UINT32_MAX */ -- cgit v1.2.3