#ifndef UTILITIES_H #define UTILITIES_H char getKeyAtPosition(short x, short y); short calculateStringWidth(const char* str, short length); #endif // UTILITIES_H