1
0
vt100-games/RobotChase/ansi.h
2020-06-25 14:41:27 +02:00

8 lines
125 B
C

#ifndef __ANSI_H__
#define __ANSI_H__
extern void clrscr();
extern void clrline();
extern void gotoxy(int x, int y);
#endif