about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-13 05:05:53 -0500
committerJune McEnroe <june@causal.agency>2020-02-13 05:05:53 -0500
commit92ccabaafdd0f24752924dc4ce7b1e932dced561 (patch)
tree85803ecf4d9dedc24e517acfd5b3975412aa5050 /chat.h
parentClean up manual lints (diff)
downloadcatgirl-92ccabaafdd0f24752924dc4ce7b1e932dced561.tar.gz
catgirl-92ccabaafdd0f24752924dc4ce7b1e932dced561.zip
Refactor windows into array and add /move
Oof.
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index f0dc6cb..0ef0952 100644
--- a/chat.h
+++ b/chat.h
@@ -169,6 +169,7 @@ void uiHide(void);
 void uiDraw(void);
 void uiShowID(size_t id);
 void uiShowNum(size_t num);
+void uiMoveID(size_t id, size_t num);
 void uiCloseID(size_t id);
 void uiCloseNum(size_t id);
 void uiRead(void);