summaryrefslogtreecommitdiff
path: root/glpong3d.h
diff options
context:
space:
mode:
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;