Skip to content

Commit ded4e4a

Browse files
committed
Cleanup + Connections
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
1 parent 3c75523 commit ded4e4a

18 files changed

Lines changed: 24 additions & 19 deletions

MarathonRecomp/api/Sonicteam/SoX/Graphics/Command.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ namespace Sonicteam::SoX::Graphics
99
{
1010

1111
};
12-
}
12+
}

MarathonRecomp/api/Sonicteam/SoX/Graphics/DirectionalLight.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ namespace Sonicteam::SoX::Graphics::DirectionLight
66
{
77
class DirectionalLight
88
{
9-
public:
9+
1010
};
11-
}
11+
}

MarathonRecomp/api/Sonicteam/SoX/Graphics/FrameBufferObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ namespace Sonicteam::SoX::Graphics
99
{
1010

1111
};
12-
}
12+
}

MarathonRecomp/api/Sonicteam/SoX/Graphics/IndexBuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ namespace Sonicteam::SoX::Graphics
99
{
1010

1111
};
12-
}
12+
}

MarathonRecomp/api/Sonicteam/SoX/Graphics/Lights.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ namespace Sonicteam::SoX::Graphics
66
{
77
class Lights
88
{
9-
public:
9+
1010
};
11-
}
11+
}

MarathonRecomp/api/Sonicteam/SoX/Graphics/PointLight.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ namespace Sonicteam::SoX::Graphics
66
{
77
class PointLight
88
{
9-
public:
9+
1010
};
11-
}
11+
}

MarathonRecomp/api/Sonicteam/SoX/Graphics/RenderStates.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ namespace Sonicteam::SoX::Graphics
88
{
99

1010
};
11-
}
11+
}

MarathonRecomp/api/Sonicteam/SoX/Graphics/ShaderParameter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ namespace Sonicteam::SoX::Graphics
77
{
88
class ShaderParameter : public RefCountObject
99
{
10+
1011
};
1112
}

MarathonRecomp/api/Sonicteam/SoX/Graphics/ShaderPassFXL.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ namespace Sonicteam::SoX::Graphics
66
{
77
class ShaderPassFXL
88
{
9-
public:
9+
1010
};
11-
}
11+
}

MarathonRecomp/api/Sonicteam/SoX/Graphics/TextureStages.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#include <Marathon.inl>
44

5+
class MyGraphicsDevice;
6+
57
namespace Sonicteam::SoX::Graphics
68
{
79
class TextureStages

0 commit comments

Comments
 (0)