Shorten Hline/Vline

This commit is contained in:
Kp 2015-05-09 17:38:59 +00:00
parent c9ef463a16
commit b124b3d75f

View file

@ -230,6 +230,8 @@ extern grs_font_ptr ui_small_font;
extern unsigned char CBLACK,CGREY,CWHITE,CBRIGHT,CRED;
extern UI_GADGET * selected_gadget;
#define Hline(x1,x2,y) Hline(x1,y,x2)
#define Vline(y1,y2,x) Vline(x,y1,y2)
extern void Hline(short x1, short x2, short y );
extern void Vline(short y1, short y2, short x );
extern void ui_string_centered( short x, short y, const char * s );