Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 4dc4188

Browse files
authored
Merge pull request #68 from cortex-command-community/Constants
Mini Refactor and Cleanup
2 parents c98f2b6 + c81f884 commit 4dc4188

File tree

3,051 files changed

+2286
-443072
lines changed

Some content is hidden

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

3,051 files changed

+2286
-443072
lines changed

Activities/ActorEditor.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@
4747

4848
extern bool g_ResetActivity;
4949

50-
using namespace std;
51-
52-
namespace RTE
53-
{
50+
namespace RTE {
5451

5552
CONCRETECLASSINFO(ActorEditor, EditorActivity, 0)
5653

Activities/ActorEditor.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
//////////////////////////////////////////////////////////////////////////////////////////
1515
// Inclusions of header files
1616

17-
#include <string>
18-
#include <deque>
19-
2017
#include "DDTTools.h"
2118
#include "EditorActivity.h"
2219

Activities/AreaEditor.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@
4545

4646
extern bool g_ResetActivity;
4747

48-
using namespace std;
49-
50-
namespace RTE
51-
{
48+
namespace RTE {
5249

5350
CONCRETECLASSINFO(AreaEditor, EditorActivity, 0)
5451

Activities/AreaEditor.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
//////////////////////////////////////////////////////////////////////////////////////////
1515
// Inclusions of header files
1616

17-
#include <string>
18-
#include <deque>
19-
2017
#include "DDTTools.h"
2118
#include "EditorActivity.h"
2219

Activities/AssemblyEditor.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@
4949
extern bool g_ResetActivity;
5050
extern bool g_InActivity;
5151

52-
using namespace std;
53-
54-
namespace RTE
55-
{
52+
namespace RTE {
5653

5754
CONCRETECLASSINFO(AssemblyEditor, EditorActivity, 0)
5855

Activities/AssemblyEditor.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
//////////////////////////////////////////////////////////////////////////////////////////
1515
// Inclusions of header files
1616

17-
#include <string>
18-
#include <deque>
19-
2017
#include "DDTTools.h"
2118
#include "EditorActivity.h"
2219
#include "BunkerAssembly.h"

Activities/BaseEditor.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@
5050
extern bool g_ResetActivity;
5151
extern bool g_InActivity;
5252

53-
using namespace std;
54-
55-
namespace RTE
56-
{
53+
namespace RTE {
5754

5855
CONCRETECLASSINFO(BaseEditor, Activity, 0)
5956

Activities/BaseEditor.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
//////////////////////////////////////////////////////////////////////////////////////////
1515
// Inclusions of header files
1616

17-
#include <string>
18-
#include <deque>
19-
2017
#include "DDTTools.h"
2118
#include "EditorActivity.h"
2219

Activities/EditorActivity.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@
4242

4343
extern bool g_ResetActivity;
4444

45-
using namespace std;
46-
47-
namespace RTE
48-
{
45+
namespace RTE {
4946

5047
ABSTRACTCLASSINFO(EditorActivity, Activity)
5148

Activities/EditorActivity.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
//////////////////////////////////////////////////////////////////////////////////////////
1515
// Inclusions of header files
1616

17-
#include <string>
18-
#include <deque>
19-
2017
#include "DDTTools.h"
2118
#include "ActivityMan.h"
2219

0 commit comments

Comments
 (0)