[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:
Bill Currie 2021-11-01 13:05:05 +09:00
parent 665790f562
commit 09e3e62a0a
9 changed files with 287 additions and 162 deletions

View file

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