aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/taipan.c b/taipan.c
index b546b7a..15b7827 100644
--- a/taipan.c
+++ b/taipan.c
@@ -1,10 +1,9 @@
// TODO: replace conio with coffio
#include <conio.h>
-#include <time.h>
-#include <stdlib.h>
-#include <peekpoke.h>
-#include <stdint.h>
+#include <stdlib.h> /* rand() srand() exit() */
+#include <stdint.h> /* UINT32_MAX */
+#include <peekpoke.h> /* PEEK() PEEKW() POKE() POKEW() */
#include "sounds.h"