]> git.sur5r.net Git - cc65/blob - include/telestrat.h
Correcting some code from github comments
[cc65] / include / telestrat.h
1
2
3
4 void hires();
5 void text();
6 void oups();
7 void ping();
8 void zap();
9 void shoot();
10 void explode();
11
12 void paper(char color);
13 void ink(char color);
14
15 void kbdclick1();
16
17
18
19