1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-28 20:29:46 +00:00
cc65/include/telemon30.h

22 lines
269 B
C

void print (char *);
void hires();
void text();
void oups();
void ping();
void zap();
void shoot();
void explode();
void paper(char color);
void ink(char color);
void kbdclick1();
void curset(char x,char y, char display, char display);
void circle(char rayon);