Skip to content

Commit

Permalink
Fixed namespacing to TwoMGFX for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspilman committed Apr 10, 2014
1 parent c8d59d3 commit 13c2df6
Show file tree
Hide file tree
Showing 11 changed files with 285 additions and 288 deletions.
2 changes: 1 addition & 1 deletion Tools/2MGFX/ConstantBufferData.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.Generic;

namespace Microsoft.Xna.Framework.Graphics
namespace TwoMGFX
{
internal partial class ConstantBufferData
{
Expand Down
2 changes: 1 addition & 1 deletion Tools/2MGFX/ConstantBufferData.mojo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;

namespace Microsoft.Xna.Framework.Graphics
namespace TwoMGFX
{
internal partial class ConstantBufferData
{
Expand Down
2 changes: 1 addition & 1 deletion Tools/2MGFX/ConstantBufferData.sharpdx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Linq;
using System.Runtime.InteropServices;

namespace Microsoft.Xna.Framework.Graphics
namespace TwoMGFX
{
internal partial class ConstantBufferData
{
Expand Down
3 changes: 1 addition & 2 deletions Tools/2MGFX/ConstantBufferData.writer.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.IO;
using TwoMGFX;

namespace Microsoft.Xna.Framework.Graphics
namespace TwoMGFX
{
internal partial class ConstantBufferData
{
Expand Down
2 changes: 1 addition & 1 deletion Tools/2MGFX/MarshalHelper.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Runtime.InteropServices;

namespace Microsoft.Xna.Framework.Graphics
namespace TwoMGFX
{
internal class MarshalHelper
{
Expand Down
Loading

0 comments on commit 13c2df6

Please sign in to comment.