Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Clean up ContainmentType, CurveContinuity
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Apr 2, 2014
1 parent cb7fd61 commit c69880c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
13 changes: 6 additions & 7 deletions MonoGame.Framework/ContainmentType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ MIT License

namespace Microsoft.Xna.Framework
{
public enum ContainmentType
{
Disjoint,
Contains,
Intersects
}
public enum ContainmentType
{
Disjoint,
Contains,
Intersects
}
}

13 changes: 5 additions & 8 deletions MonoGame.Framework/CurveContinuity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@ MIT License

namespace Microsoft.Xna.Framework
{
using System;

public enum CurveContinuity
{
Smooth,
Step
}
public enum CurveContinuity
{
Smooth,
Step
}
}

0 comments on commit c69880c

Please sign in to comment.