You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
233 B

  1. #ifndef THEADMIRALS_INPUTHANDLER_H
  2. #define THEADMIRALS_INPUTHANDLER_H
  3. int getOperationIdBySymbol(char);
  4. char getOperationSymbolById(int);
  5. int isOperationIdValid(int);
  6. int isNumberTooBig(int);
  7. #endif //THEADMIRALS_INPUTHANDLER_H