summaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-06-01 15:47:02 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-06-01 15:47:02 +0800
commit384f833e839cf8f5e71b656cf7b390fc80d89e9d (patch)
tree35a3bba6131018624cd2bd3d8c2c4d3eee106b11 /ui.h
parentd191870068f89293353a67b164b4dbb3b3a71661 (diff)
Help text, wasd/hjkl navigation
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 09bed98..8d25ab0 100644
--- a/ui.h
+++ b/ui.h
@@ -4,5 +4,6 @@ void printrect(int y, int x, int h, int w);
void printmap(char** map, int y, int x, int mapH, int mapW);
void printpiece(struct piece* pc, int y, int x, int color_pair);
void printpieces(struct piece** hand, int y, int x, int nhand, int highlight);
+void printhelp(int y, int x);
#endif