api-impl: add misc stubs for Open Sudoku

This commit is contained in:
Kilian "CaféHaine" Guillaume
2024-11-07 18:31:27 +01:00
committed by Mis012
parent 1fb5be92dc
commit e5a6ee2b55
8 changed files with 41 additions and 2 deletions

View File

@@ -58,4 +58,5 @@ public interface MenuItem {
public MenuItem setAlphabeticShortcut(char alphaChar);
}
public MenuItem setShortcut(char numeric, char alpha);
}