Files
makefile_cpp/Make/sudoku/input.h
2023-04-13 14:02:08 +08:00

7 lines
108 B
C

#ifndef _SUDOKU_INPUT_H_
#define _SUDOKU_INPUT_H_
int inputDifficulty();
KeyMode inputKeyMode();
#endif