summaryrefslogtreecommitdiff
path: root/glpong3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'glpong3d.h')
-rw-r--r--glpong3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glpong3d.h b/glpong3d.h
index 76fb8e5..27122ab 100644
--- a/glpong3d.h
+++ b/glpong3d.h
@@ -16,6 +16,7 @@ struct {
SDL_Surface * Surface;
Ball_t Ball;
Paddle_t Front;
+ Paddle_t Back;
Mouse_t Mouse;
GLfloat w;
GLfloat h;
@@ -29,7 +30,6 @@ void GLPong_CleanUp();
void GLPong_Move();
GLuint SDL_GL_SurfaceToTexture(SDL_Surface * surface);
-/*GLuint SDL_GL_NPOTSurfaceToTexture(SDL_Surface * surface, GLfloat * wratio, GLfloat * hratio);*/
__inline__ unsigned int NextPow2(unsigned int value);
#endif