Can jump through hexen2 windows now, changing h2 classes no longer kills the server. Provided Sys_EnumerateFiles for win32+unix targets, other targets will now spam warnings, as its kinda needed for fs_cache (which is default).

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3578 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2010-08-11 23:55:35 +00:00
parent 1f621ac18c
commit 6d8e3b01a9
14 changed files with 867 additions and 73 deletions

View file

@ -40,3 +40,6 @@ void IN_Accumulate (void);
extern cvar_t in_xflip;
#endif
/*semi-common, so lets prototype on all*/
void IN_ActivateMouse(void);
void IN_DeactivateMouse(void);