about summary refs log tree commit diff
path: root/src/game/client/components/menus.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-11-17 19:46:50 +0100
committeroy <Tom_Adams@web.de>2010-11-17 19:46:50 +0100
commitd94355729da4677f7bc7dcc59adcce33dfc7e2b4 (patch)
treef749d18c64f88b2d1e17d08b8f2753420b18859d /src/game/client/components/menus.h
parent4383e1093398816a925794c1778974e29a35983c (diff)
downloadzcatch-d94355729da4677f7bc7dcc59adcce33dfc7e2b4.tar.gz
zcatch-d94355729da4677f7bc7dcc59adcce33dfc7e2b4.zip
added icons in the demo browser and the editor's file dialog. Closes #209
Diffstat (limited to 'src/game/client/components/menus.h')
-rw-r--r--src/game/client/components/menus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h
index 7b661360..9b7647b1 100644
--- a/src/game/client/components/menus.h
+++ b/src/game/client/components/menus.h
@@ -47,7 +47,7 @@ class CMenus : public CComponent
 	static void ui_draw_settings_tab_button(const void *id, const char *text, int checked, const CUIRect *r, const void *extra);
 	*/
 
-	int DoButton_BrowseIcon(int Checked, const CUIRect *pRect);
+	int DoButton_Icon(int ImageId, int SpriteId, const CUIRect *pRect);
 	int DoButton_GridHeader(const void *pID, const char *pText, int Checked, const CUIRect *pRect);
 
 	//static void ui_draw_browse_icon(int what, const CUIRect *r);