1
0
Fork 0

(svn r6294) -Cleanup: Add static

release/0.5
tron 2006-09-01 11:01:44 +00:00
parent 3a98d0ee1d
commit 168e2b41e5
1 changed files with 2 additions and 1 deletions

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: