(svn r6294) -Cleanup: Add static

pull/155/head
tron 18 years ago
parent dbb7c8964b
commit 180329851a

@ -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:

Loading…
Cancel
Save