summaryrefslogtreecommitdiff
path: root/glpong3d.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2006-08-04 22:11:17 +0000
committerMatt Turner <mattst88@gmail.com>2006-08-04 22:11:17 +0000
commitcfb3a61dc358ee8d82294fd28e4090e10252431c (patch)
tree428f1c46625f1d20368de54553fa2da3d0940381 /glpong3d.h
parenta5d8b148782f401357349684954afe670ca45dd6 (diff)
Support for background images :P
git-svn-id: svn://mattst88.com/svn/glpong3d/trunk@10 4dd1920e-271a-0410-bca0-81b404a81564
Diffstat (limited to 'glpong3d.h')
-rw-r--r--glpong3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glpong3d.h b/glpong3d.h
index 27122ab..dad9526 100644
--- a/glpong3d.h
+++ b/glpong3d.h
@@ -7,6 +7,8 @@
#include "ball.h"
#include "paddle.h"
+GLuint background;
+
typedef struct {
GLfloat x, y;
} Mouse_t;