/
Metallist64
/
rbfx
Обзор
Документация
Войти
/
Metallist64
/
rbfx
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Source/Editor/EditorWrapper.cpp
7 строк
296 B
Eugene Kozlov
Build native editor application even when C# is enabled.
14 ноя 2023, 01:01
14 ноя 2023, 01:01
18088a9
Код
Авторство
О чём код?
// Copyright (c) 2017-2023 the rbfx project. // This work is licensed under the terms of the MIT license. // For a copy, see <https://opensource.org/licenses/MIT> or the accompanying LICENSE file. #include "EditorApplication.h" URHO3D_DEFINE_APPLICATION_MAIN_CSHARP(Urho3D::EditorApplication);