Cleanups, wine fixes, generic stuff, added makefile directive for use of gccs -combine option.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3754 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2011-03-12 13:52:24 +00:00
parent fcb7dbd04b
commit 8d0800545b
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ void Key_SetBinding (int keynum, int modifier, char *binding, int cmdlevel);
void Key_ClearStates (void);
qboolean Key_GetConsoleSelectionBox(int *sx, int *sy, int *ex, int *ey);
qboolean Key_MouseShouldBeFree(void);
#endif