aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-04-13 13:47:52 -0400
committerB. Watson <yalhcru@gmail.com>2021-04-13 13:48:09 -0400
commitd7124327b9b6135cf6f4ec4ffbb64f25287577ac (patch)
treece0bc80dd5985900b1f98ae130d45867fa8cd1c1 /taipan.c
parentc05f3a05ddf387e8ecea5b4f5985709749a0e6f7 (diff)
downloadtaipan-d7124327b9b6135cf6f4ec4ffbb64f25287577ac.tar.gz
Save 96 bytes (8270 free now), get rid of conio cruft
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c4
1 files changed, 1 insertions, 3 deletions
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 <conio.h> /* 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 <stdlib.h> /* rand() srand() exit() */
#include <stdint.h> /* UINT32_MAX */