Adding telemon30 and telemon24 primitives

This commit is contained in:
jede
2017-01-29 21:18:49 +01:00
parent 038ac5a65a
commit d1b5a6632d
11 changed files with 616 additions and 146 deletions

21
include/telemon30.h Normal file
View File

@@ -0,0 +1,21 @@
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);