#ifndef UTILS_H #define UTILS_H namespace Utils { char getch(); void clear_screen(); int window_height(); int count_digits(int num); } #endif