+ * - Adding an extension to determine what side the objects collided on

+ * - Correcting misspelling of Extensions in String and Texture2D
This commit is contained in:
Nathan Adams
2012-05-16 22:04:03 -05:00
parent 2786930250
commit 6016693851
7 changed files with 16 additions and 11 deletions

View File

@@ -1,5 +1,5 @@

namespace Axios.Engine.Extenions
namespace Axios.Engine.Extensions
{
public static class AxiosExtensions_String
{

View File

@@ -3,7 +3,7 @@ using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Axios.Engine.Extenions
namespace Axios.Engine.Extensions
{
public enum TextureUnionLocation {
Right,