diff options
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ namespace Utils { char getch(); + void clear_screen(); + int window_height(); + int count_digits(int num); } #endif |
