aboutsummaryrefslogtreecommitdiffstats
path: root/utils.h
blob: 35c600aa5627704be5f416a80f1fd75fef219c61 (plain)
1
2
3
4
5
6
7
8
#ifndef UTILS_H
#define UTILS_H

namespace Utils {
    char getch();
}

#endif