spmenu/libs/draw.h
2023-03-26 16:42:11 +02:00

9 lines
423 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, int numberWidth, int modeWidth, int rarrowWidth);