/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Engine/Foundation/Reflection/Reflection.h
26 строк
1 KB
Ingrater
Format everything using clang-format (#267)
22 июл 2020, 21:23
Не верифицирован
22 июл 2020, 21:23
878ce7e
Код
Авторство
О чём код?
#pragma once /// \file #include <Foundation/Basics.h> #include <Foundation/Reflection/Implementation/AbstractProperty.h> #include <Foundation/Reflection/Implementation/ArrayProperty.h> #include <Foundation/Reflection/Implementation/BitflagsProperty.h> #include <Foundation/Reflection/Implementation/Casts.h> #include <Foundation/Reflection/Implementation/ConstantProperty.h> #include <Foundation/Reflection/Implementation/DynamicRTTI.h> #include <Foundation/Reflection/Implementation/EnumProperty.h> #include <Foundation/Reflection/Implementation/FunctionProperty.h> #include <Foundation/Reflection/Implementation/MapProperty.h> #include <Foundation/Reflection/Implementation/MemberProperty.h> #include <Foundation/Reflection/Implementation/MessageHandler.h> #include <Foundation/Reflection/Implementation/PropertyAttributes.h> #include <Foundation/Reflection/Implementation/RTTI.h> #include <Foundation/Reflection/Implementation/SetProperty.h> #include <Foundation/Reflection/Implementation/StaticRTTI.h> #include <Foundation/Reflection/Implementation/StandardTypes.h> /// \todo Reflection: Map Properties /// \todo Reflection: Property Hints: Editor Only