Skip to content

Commit

Permalink
Added funcs for CvarSlider
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 23, 2003
1 parent 72fbaf5 commit cf88c01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doomsday/Include/ui_panel.h
Expand Up @@ -9,6 +9,10 @@
extern int panel_show_help;
extern int panel_show_tips;

// Helpful handlers.
void CP_CvarSlider(ui_object_t *ob);
void CP_InitCvarSliders(ui_object_t *ob);

// Console commands.
D_CMD( OpenPanel );

Expand Down

0 comments on commit cf88c01

Please sign in to comment.