(svn r6294) -Cleanup: Add static

This commit is contained in:
tron
2006-09-01 11:01:44 +00:00
parent dbb7c8964b
commit 180329851a

View File

@@ -422,7 +422,8 @@ static void QZ_MouseMovedEvent(int x, int y)
}
}
void QZ_MouseButtonEvent(int button, BOOL down)
static void QZ_MouseButtonEvent(int button, BOOL down)
{
switch (button) {
case 0: