/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-9
Code/Engine/WindowsMixedReality/Startup.cpp
30 строк
549 B
jankrassnigg
More PCH cleanup
07 фев 2019, 19:54
07 фев 2019, 19:54
9aaee79
Код
Авторство
О чём код?
#includde <WindowsMixedRealityPCH.h> #include <InputXBox360/InputDeviceXBox.h> // Among other things, this plugin defines input devices, which is why it acts as a subsystem to InputDevices and depends on the InputManager. EZ_BEGIN_SUBSYSTEM_DECLARATION(InputDevices, WindowsMixedReality) BEGIN_SUBSYSTEM_DEPENDENCIES "Foundation", "InputManager" END_SUBSYSTEM_DEPENDENCIES ON_CORE_STARTUP { } ON_CORE_SHUTDOWN { } ON_ENGINE_STARTUP { } ON_ENGINE_SHUTDOWN { } EZ_END_SUBSYSTEM_DECLARATION