From 15e2da75f4a8550b445a4ba8cb3d21c20beb007f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 14 May 2008 16:26:15 +0000 Subject: Make quesoglc work. Still need to sort out why GLC_TRIANGLE works but GLC_TEXTURE doesn't. git-svn-id: svn://mattst88.com/svn/glpong/trunk@15 449aeecc-241a-0410-943f-e2f883e2d7a2 --- ball.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ball.h') diff --git a/ball.h b/ball.h index 4618b46..db3ee12 100644 --- a/ball.h +++ b/ball.h @@ -22,5 +22,9 @@ int GLPong_BallCollide(const Ball_t * a, const Ball_t * b); void GLPong_BallMoveAll(Ball_t ** balls); void GLPong_BallDrawAll(Ball_t * balls); +#ifdef DEBUG +int length(Ball_t * balls); +#endif + #endif -- cgit v1.2.3