mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
bringing in the new year by changing every 2010 to 2011
This commit is contained in:
@@ -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
|
||||
@@ -32,8 +32,8 @@
|
||||
#include <graphics/Drawable.h>
|
||||
#include <graphics/Volatile.h>
|
||||
|
||||
// OpenGL
|
||||
#include "GLee.h"
|
||||
// OpenGL
|
||||
#include "GLee.h"
|
||||
#include <SDL/SDL_opengl.h>
|
||||
|
||||
namespace love
|
||||
@@ -66,8 +66,8 @@ namespace opengl
|
||||
// Index buffer.
|
||||
GLushort * indices;
|
||||
|
||||
// The uage hint for the vertex buffer.
|
||||
int usage;
|
||||
// The uage hint for the vertex buffer.
|
||||
int usage;
|
||||
int gl_usage;
|
||||
|
||||
// If the buffer is locked, this pointer is nonzero.
|
||||
@@ -86,7 +86,7 @@ namespace opengl
|
||||
virtual ~SpriteBatch();
|
||||
|
||||
// Implements Volatile.
|
||||
bool loadVolatile();
|
||||
bool loadVolatile();
|
||||
void unloadVolatile();
|
||||
|
||||
void add(float x, float y, float a, float sx, float sy, float ox, float oy);
|
||||
|
||||
Reference in New Issue
Block a user