Skip to content

Commit 8277a19

Browse files
author
Pavel Kovalenko
committed
Rename editor -> editors/xrWeatherEditor.
1 parent d4128a2 commit 8277a19

File tree

169 files changed

+50
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+50
-49
lines changed

src/editor/AssemblyInfo.cpp renamed to src/editors/xrWeatherEditor/AssemblyInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ using namespace System::Security::Permissions;
1111
// set of attributes. Change these attribute values to modify the information
1212
// associated with an assembly.
1313
//
14-
[assembly:AssemblyTitleAttribute("editor")];
14+
[assembly:AssemblyTitleAttribute("xrWeatherEditor")];
1515
[assembly:AssemblyDescriptionAttribute("")];
1616
[assembly:AssemblyConfigurationAttribute("")];
1717
[assembly:AssemblyCompanyAttribute("GSC Game World")];
18-
[assembly:AssemblyProductAttribute("editor")];
18+
[assembly:AssemblyProductAttribute("xrWeatherEditor")];
1919
[assembly:AssemblyCopyrightAttribute("Copyright (c) GSC Game World 2008")];
2020
[assembly:AssemblyTrademarkAttribute("")];
2121
[assembly:AssemblyCultureAttribute("")];

src/editor/engine_include.hpp renamed to src/editors/xrWeatherEditor/engine_include.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#pragma unmanaged
1313
#include <windows.h>
14-
#include "../include/editor/engine.hpp"
14+
#include "include/editor/engine.hpp"
1515
#pragma managed
1616

1717
#endif // #ifndef ENGINE_INCLUDE_HPP_INCLUDED

src/editor/entry_point.cpp renamed to src/editors/xrWeatherEditor/entry_point.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#pragma unmanaged
44
#include <windows.h>
5-
#include "../Include/editor/engine.hpp"
5+
#include "Include/editor/engine.hpp"
66
#include "ide_impl.hpp"
77
#pragma managed
88

src/editor/ide_impl.cpp renamed to src/editors/xrWeatherEditor/ide_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "window_levels.h"
1414
#include "window_weather.h"
1515
#include "window_weather_editor.h"
16-
#include "../include/editor/engine.hpp"
16+
#include "include/editor/engine.hpp"
1717
#include "property_holder.hpp"
1818
#include "property_container.hpp"
1919
#include "property_holder_include.hpp"

src/editor/ide_impl.hpp renamed to src/editors/xrWeatherEditor/ide_impl.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
#pragma unmanaged
1313
#include <windows.h>
14-
#include "../xrcore/fastdelegate.h"
14+
#include "xrcore/fastdelegate.h"
1515
#include <utility>
16-
#include "../include/editor/ide.hpp"
16+
#include "include/editor/ide.hpp"
1717
#pragma managed
1818

1919
#include <vcclr.h>

0 commit comments

Comments
 (0)