mirror of
https://gitee.com/yanmu_ym/cpp.git
synced 2026-02-03 09:33:16 +08:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef _SUDOKU_INPUT_H_
|
|
#define _SUDOKU_INPUT_H_
|
|
|
|
int inputDifficulty();
|
|
KeyMode inputKeyMode();
|
|
|
|
#endif |