#ifndef GRAPHICS_H
#define GRAPHICS_H 1

void cursor(int x, int y);
void cursor_off(void);
void cursor_on(void);
void clear_screen(void);

#endif
