From 384f833e839cf8f5e71b656cf7b390fc80d89e9d Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Wed, 1 Jun 2022 15:47:02 +0800 Subject: Help text, wasd/hjkl navigation --- ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.h') 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 -- cgit v1.2.3