there was a function prototype missing from interface.c that caused an error with MSVC.

This commit is contained in:
2003-10-23 22:20:19 +00:00
parent 9efe4b7f9a
commit 734637215b

View File

@@ -115,6 +115,7 @@ static uiBut *UIbuttip;
/* ************* PROTOTYPES ***************** */
static void ui_set_but_val(uiBut *but, double value);
static void ui_set_ftf_font(uiBlock *block);
/* ****************************** */