summaryrefslogtreecommitdiff
path: root/src/ui_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_local.h')
-rw-r--r--src/ui_local.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui_local.h b/src/ui_local.h
index dc76bd1..28cc38c 100644
--- a/src/ui_local.h
+++ b/src/ui_local.h
@@ -320,8 +320,7 @@ void UI_DrawRect( const vrect_t *rect, int border, int color );
void UI_DrawRectEx( const vrect_t *rect, int border, const color_t color );
void UI_StringDimensions( vrect_t *rc, int flags, const char *string );
-void UI_LoadStript( void );
-void UI_FreeStript( void );
+void UI_LoadScript( void );
menuFrameWork_t *UI_FindMenu( const char *name );
void Menu_Init( menuFrameWork_t *menu );