diff options
Diffstat (limited to 'src/game/client/menu.h')
| -rw-r--r-- | src/game/client/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/menu.h b/src/game/client/menu.h index 0a8c1fe3..66c69953 100644 --- a/src/game/client/menu.h +++ b/src/game/client/menu.h @@ -14,4 +14,4 @@ int ui_do_check_box(void *id, float x, float y, float w, float h, int value); int do_scroll_bar_horiz(void *id, float x, float y, float width, int steps, int last_index); int do_scroll_bar_vert(void *id, float x, float y, float height, int steps, int last_index); -#endif \ No newline at end of file +#endif |