aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
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 */