diff options
Diffstat (limited to 'glpong3d.h')
-rw-r--r-- | glpong3d.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ #include "ball.h"
#include "paddle.h"
+GLuint background;
+
typedef struct {
GLfloat x, y;
} Mouse_t;
|
index : glpong3d | ||
3D pong in OpenGL | mattst88 |
summaryrefslogtreecommitdiff |
-rw-r--r-- | glpong3d.h | 2 |
@@ -7,6 +7,8 @@ #include "ball.h"
#include "paddle.h"
+GLuint background;
+
typedef struct {
GLfloat x, y;
} Mouse_t;
|