utilities.h 164 B

1234567
  1. #ifndef UTILITIES_H
  2. #define UTILITIES_H
  3. char getKeyAtPosition(short x, short y);
  4. short calculateStringWidth(const char* str, short length);
  5. #endif // UTILITIES_H