diff options
Diffstat (limited to 'glpong3d.h')
-rw-r--r-- | glpong3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|