diff options
Diffstat (limited to 'client/ui_modes.c')
-rw-r--r-- | client/ui_modes.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/ui_modes.c b/client/ui_modes.c new file mode 100644 index 0000000..933f47b --- /dev/null +++ b/client/ui_modes.c @@ -0,0 +1,10 @@ +#include "ui.h" + +void w2_ui_onkey_modes(int ch) { + +} + +void w2_ui_tab_modes(bool first) { + +} + |