diff options
Diffstat (limited to 'taipan.c')
-rw-r--r-- | taipan.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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" |