vrclient: Split IVRInput helpers to vrinput_manual.c.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-26 23:56:43 +02:00 committed by Arkadiusz Hiler
parent 51f76d68ab
commit d26ee86dcd
4 changed files with 129 additions and 112 deletions

View file

@ -8,6 +8,7 @@ EXTRADEFS = -DWINE_NO_LONG_TYPES -DGNUC
C_SRCS = \
vrclient_x64/flatapi.c \
vrclient_x64/vrclient_main.c \
vrclient_x64/vrinput_manual.c \
vrclient_x64/vroverlay_manual.c \
vrclient_x64/vrsystem_manual.c \
vrclient_x64/vrrendermodels_manual.c \