diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-07 21:27:16 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-07 21:27:16 +0200 |
commit | 3e65c70da770fa31fc8acc6ab9374d908cf1ed17 (patch) | |
tree | 14f8d4c708faccc8b3f992a022f940c00ed694f9 /client/ui_modes.c | |
parent | 8c8322a7a0c251d595a0df054324f82d41966e0a (diff) |
implement orders
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) { + +} + |