bringing in the new year by changing every 2010 to 2011

This commit is contained in:
Bill Meltsner
2011-01-15 14:40:27 -06:00
parent a6a1e91976
commit fde708160e
256 changed files with 1074 additions and 1074 deletions
+18 -18
View File
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2006-2010 LOVE Development Team
* Copyright (c) 2006-2011 LOVE Development Team
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
@@ -16,17 +16,17 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
**/
**/
#include "Quad.h"
#include <common/Matrix.h>
// STD
#include <cstring> // For memcpy
namespace love
{
namespace graphics
#include <cstring> // For memcpy
namespace love
{
namespace graphics
{
namespace opengl
{
@@ -93,13 +93,13 @@ namespace opengl
vertices[2].s = temp[3].s; vertices[2].t = temp[3].t;
vertices[3].s = temp[2].s; vertices[3].t = temp[2].t;
}
}
const vertex * Quad::getVertices() const
{
return vertices;
}
} // opengl
} // graphics
} // love
}
const vertex * Quad::getVertices() const
{
return vertices;
}
} // opengl
} // graphics
} // love