mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
[input] Move in_event.h and binding defs
They now live in the include QF/input directory. This cleans up include/QF a little, and input.h as well.
This commit is contained in:
parent
665790f562
commit
09e3e62a0a
9 changed files with 287 additions and 162 deletions
|
@ -37,11 +37,12 @@
|
|||
#endif
|
||||
|
||||
#include "QF/cvar.h"
|
||||
#include "QF/in_event.h"
|
||||
#include "QF/input.h"
|
||||
#include "QF/progs.h" // for PR_RESMAP
|
||||
#include "QF/sys.h"
|
||||
|
||||
#include "QF/input/event.h"
|
||||
|
||||
#include "compat.h"
|
||||
#include "qfselect.h"
|
||||
#include "evdev/inputlib.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue