spmenu/libs/draw.h

9 lines
374 B
C
Raw Normal View History

2023-03-26 16:42:11 +02:00
// declare functions
static void drawmenu(void);
static int drawprompt(int x, int y, int w);
static int drawinput(int x, int y, int w);
static int drawnumber(int x, int y, int w, int numberWidth, int modeWidth);
static int drawmode(int x, int y, int w, int numberWidth, int modeWidth);
static int drawlarrow(int x, int y, int w);
2023-03-29 22:01:45 +02:00
static int drawrarrow(int x, int y, int w);