diff options
Diffstat (limited to 'glpong3d.h')
-rw-r--r-- | glpong3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,6 +53,6 @@ void GLPong_Move(); void GLPong_Collide(Ball_t * ball, const Paddle_t * paddle); GLuint SDL_GL_SurfaceToTexture(SDL_Surface * surface); -__inline__ unsigned int NextPow2(unsigned int value); +static __inline__ unsigned int NextPow2(unsigned int value); #endif |