/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Tools/Libs/ToolsFoundation/Document/DocumentUtils.h
13 строк
358 B
Sanakan8472
Convert ezToolsFoundation to use ezStringView instead of const char* (#1071)
30 сен 2023, 17:40
Не верифицирован
30 сен 2023, 17:40
123eb05
Код
Авторство
О чём код?
#pragma once #include <ToolsFoundation/Document/Document.h> #include <ToolsFoundation/ToolsFoundationDLL.h> class ezDocumentObject; struct ezDocumentTypeDescriptor; class EZ_TOOLSFOUNDATION_DLL ezDocumentUtils { public: static ezStatus IsValidSaveLocationForDocument(ezStringView sDocument, const ezDocumentTypeDescriptor** out_pTypeDesc = nullptr); };