summaryrefslogtreecommitdiff
path: root/ball.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2006-08-09 03:04:24 +0000
committerMatt Turner <mattst88@gmail.com>2006-08-09 03:04:24 +0000
commita61afd2ec1baa53361fa763430c5c0abfe6647df (patch)
tree1b0fd7cc0dc8ea165b54bc1b7d2f903a9be4c6a2 /ball.c
parent9b186bbaba1913b65ce01c570878b98346b35c71 (diff)
New ball image. Fixes, code clean up. Removal of unused functions.
git-svn-id: svn://mattst88.com/svn/glpong3d/trunk@13 4dd1920e-271a-0410-bca0-81b404a81564
Diffstat (limited to 'ball.c')
-rw-r--r--ball.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ball.c b/ball.c
deleted file mode 100644
index 36f33e7..0000000
--- a/ball.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "SDL.h"
-#include "SDL_opengl.h"
-
-#include "glpong3d.h"
-#include "ball.h"
-#include "paddle.h"