(XMB) Make functions static

This commit is contained in:
Jean-André Santoni 2014-10-09 01:24:54 +02:00
parent 7018d58731
commit c162510005

View File

@ -107,7 +107,7 @@ struct xmb_texture_item
struct xmb_texture_item textures[TEXTURE_LAST];
void xmb_draw_icon(GLuint texture, float x, float y,
static void xmb_draw_icon(GLuint texture, float x, float y,
float alpha, float rotation, float scale)
{
if (alpha > xmb_alpha)