summaryrefslogtreecommitdiff
path: root/paddle.h
blob: 5dc4f12cd99f56b826a223c7a91422ee04011e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PADDLE_H
#define PADDLE_H

#include "SDL.h"
#include "SDL_opengl.h"

#include "glpong3d.h"

void GLPong_PaddleDrawBack(const Paddle_t * paddle);
void GLPong_PaddleDrawFront(const Paddle_t * paddle);

#endif /* PADDLE_H */