1
0
Fork 0
vt100-games/RobotChase/ansi.h

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