#ifndef VIDEO_H #define VIDEO_H #include void moveToWindowVideo(char window); int printStringLen(int color, const char * string, int maxLen); void new_line(); void backspace(); void clear(); void increment(); void changeWindow(); #endif