/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-20.8
Code/Engine/WindowsMixedReality/Startup.cpp
21 строка
513 B
Ingrater
Format everything using clang-format (#267)
22 июл 2020, 21:23
Не верифицирован
22 июл 2020, 21:23
878ce7e
Код
Авторство
О чём код?
#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