Skip to content

Commit 3e5b51f

Browse files
committed
Merge branch 'development' into ModuleMan
2 parents a759999 + 8933348 commit 3e5b51f

File tree

151 files changed

+41906
-42094
lines changed

Some content is hidden

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

151 files changed

+41906
-42094
lines changed

Source/Activities/ActorEditor.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include "ObjectPickerGUI.h"
2121

22-
namespace RTE {
22+
using namespace RTE;
2323

2424
ConcreteClassInfo(ActorEditor, EditorActivity, 0);
2525

@@ -246,5 +246,3 @@ namespace RTE {
246246
}
247247
return false;
248248
}
249-
250-
} // namespace RTE

Source/Activities/AreaEditor.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "AreaEditorGUI.h"
2727
#include "GameActivity.h"
2828

29-
namespace RTE {
29+
using namespace RTE;
3030

3131
ConcreteClassInfo(AreaEditor, EditorActivity, 0);
3232

@@ -569,5 +569,3 @@ namespace RTE {
569569
else
570570
m_pOverwriteNameLabel->SetText(g_ModuleMan.GetDataModule(m_ModuleSpaceID)->GetFileName() + "/Scenes/" + g_SceneMan.GetScene()->GetPresetName());
571571
}
572-
573-
} // namespace RTE

Source/Activities/AssemblyEditor.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "BunkerAssembly.h"
2727
#include "BunkerAssemblyScheme.h"
2828

29-
namespace RTE {
29+
using namespace RTE;
3030

3131
ConcreteClassInfo(AssemblyEditor, EditorActivity, 0);
3232

@@ -608,5 +608,3 @@ namespace RTE {
608608
void AssemblyEditor::UpdateOverwriteDialog() {
609609
m_pOverwriteNameLabel->SetText(m_pEditorGUI->GetCurrentAssemblyName());
610610
}
611-
612-
} // namespace RTE

Source/Activities/BaseEditor.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include "SceneEditorGUI.h"
2222

23-
namespace RTE {
23+
using namespace RTE;
2424

2525
ConcreteClassInfo(BaseEditor, Activity, 0);
2626

@@ -281,5 +281,3 @@ namespace RTE {
281281
*/
282282
return false;
283283
}
284-
285-
} // namespace RTE

Source/Activities/EditorActivity.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "GUIControlManager.h"
2020
#include "GUICollectionBox.h"
2121

22-
namespace RTE {
22+
using namespace RTE;
2323

2424
AbstractClassInfo(EditorActivity, Activity);
2525

@@ -504,5 +504,3 @@ namespace RTE {
504504

505505
void EditorActivity::Draw(BITMAP* pTargetBitmap, const Vector& targetPos) {
506506
}
507-
508-
} // namespace RTE

Source/Activities/GAScripted.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#include "tracy/Tracy.hpp"
2929

30-
namespace RTE {
30+
using namespace RTE;
3131

3232
ConcreteClassInfo(GAScripted, GameActivity, 0);
3333

@@ -456,5 +456,3 @@ namespace RTE {
456456
}
457457
}
458458
}
459-
460-
} // namespace RTE

0 commit comments

Comments
 (0)