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

Commit 401dfaf

Browse files
committed
2 parents 0396c38 + a808868 commit 401dfaf

Some content is hidden

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

57 files changed

+194
-239
lines changed

Activities/ActorEditor.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ class GUIComboBox;
4242
// Parent(s): EditorActivity.
4343
// Class history: 10/08/2007 ActorEditor Created.
4444

45-
class ActorEditor:
46-
public EditorActivity
47-
{
45+
class ActorEditor : public EditorActivity {
4846

4947
//////////////////////////////////////////////////////////////////////////////////////////
5048
// Public member variable, method and friend function declarations

Activities/AreaEditor.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ class GUIComboBox;
4040
// Parent(s): EditorActivity.
4141
// Class history: 7/21/2008 AreaEditor created, based off SceneEditor
4242

43-
class AreaEditor:
44-
public EditorActivity
45-
{
43+
class AreaEditor : public EditorActivity {
4644

4745
//////////////////////////////////////////////////////////////////////////////////////////
4846
// Public member variable, method and friend function declarations

Activities/AssemblyEditor.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ class GUIComboBox;
4242
// Class history: 8/30/2007 AssemblyEditor created, inheriting directly from Activity.
4343
// 9/17/2007 Spliced out and made to derive from EditorActivty
4444

45-
class AssemblyEditor:
46-
public EditorActivity
47-
{
45+
class AssemblyEditor : public EditorActivity {
4846

4947
//////////////////////////////////////////////////////////////////////////////////////////
5048
// Public member variable, method and friend function declarations

Activities/BaseEditor.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ class GUIComboBox;
4141
// Parent(s): Activity.
4242
// Class history: 04/30/2010 Created BaseEditor for the campaign base blueprint editing.
4343

44-
class BaseEditor:
45-
public Activity
46-
{
44+
class BaseEditor : public Activity {
4745

4846
//////////////////////////////////////////////////////////////////////////////////////////
4947
// Public member variable, method and friend function declarations

Activities/EditorActivity.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ class GUIComboBox;
4242
// Parent(s): Activity.
4343
// Class history: 9/17/2007 EditorActivity created.
4444

45-
class EditorActivity:
46-
public Activity
47-
{
45+
class EditorActivity : public Activity {
4846

4947
//////////////////////////////////////////////////////////////////////////////////////////
5048
// Public member variable, method and friend function declarations

Activities/GAScripted.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ class Actor;
3131
// Parent(s): GameActivity.
3232
// Class history: 07/03/2008 GAScripted created.
3333

34-
class GAScripted:
35-
public GameActivity
36-
{
34+
class GAScripted : public GameActivity {
3735

3836
friend class LuaMan;
3937
friend class ActivityMan;

Activities/GATutorial.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ class Actor;
3030
// Parent(s): GameActivity.
3131
// Class history: 10/13/2007 GATutorial created.
3232

33-
class GATutorial:
34-
public GameActivity
35-
{
33+
class GATutorial : public GameActivity {
3634

3735

3836
//////////////////////////////////////////////////////////////////////////////////////////

Activities/GameActivity.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ class Loadout;
4343
// Parent(s): Activity.
4444
// Class history: 8/7/2007 GameActivity created.
4545

46-
class GameActivity:
47-
public Activity
48-
{
46+
class GameActivity : public Activity {
4947

5048
friend struct ActivityLuaBindings;
5149

Activities/GibEditor.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ class GUIComboBox;
4141
// Parent(s): EditorActivity.
4242
// Class history: 9/17/2007 GibEditor Created.
4343

44-
class GibEditor:
45-
public EditorActivity
46-
{
44+
class GibEditor : public EditorActivity {
4745

4846
//////////////////////////////////////////////////////////////////////////////////////////
4947
// Public member variable, method and friend function declarations

Activities/MultiplayerGame.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ namespace RTE
3939
// Class history: 8/30/2007 MultiplayerGame created, inheriting directly from Activity.
4040
// 9/17/2007 Spliced out and made to derive from EditorActivty
4141

42-
class MultiplayerGame :
43-
public Activity
44-
{
42+
class MultiplayerGame : public Activity {
4543

4644
//////////////////////////////////////////////////////////////////////////////////////////
4745
// Public member variable, method and friend function declarations

0 commit comments

Comments
 (0)