diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-22 12:01:20 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-22 12:01:20 +0000 |
| commit | 2231cd8c39b553e1ddf4bf1388083c618b708470 (patch) | |
| tree | 819646eef860ee3215d411c33da8214620c19536 /src/game/client/menu.h | |
| parent | bcb97cfdf631edec486e8f56349a275ddb706392 (diff) | |
| download | zcatch-2231cd8c39b553e1ddf4bf1388083c618b708470.tar.gz zcatch-2231cd8c39b553e1ddf4bf1388083c618b708470.zip | |
various small changes
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 |