spmenu/libs/draw.h
2023-03-29 22:01:45 +02:00

9 lines
374 B
C

// 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);
static int drawrarrow(int x, int y, int w);