summaryrefslogtreecommitdiff
path: root/ball.h
diff options
context:
space:
mode:
Diffstat (limited to 'ball.h')
-rw-r--r--ball.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ball.h b/ball.h
index 6ce1deb..bf3e849 100644
--- a/ball.h
+++ b/ball.h
@@ -6,6 +6,8 @@
#include "glpong3d.h"
-void GLPong_BallDraw(const Ball_t * ball);
+void GLPong_BallDraw(void);
+void GLPong_BallInit(GLuint texture);
+void GLPong_BallMove(void);
#endif