#ifndef PADDLE_H #define PADDLE_H typedef struct { GLfloat w, h, x, y; GLfloat r, g, b, a; struct { GLfloat w, h, x, y; } Top, Bottom; } Paddle_t; void GLPong_PaddlesCreate(); #endif