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 b364f71..dafdee7 100644
--- a/glpong3d.h
+++ b/glpong3d.h
@@ -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