anotherplan/graphics.h

6 lines
117 B
C

#ifndef GRAPHICS_H
#define GRAPHICS_H
void initGraphics(Point *pBallPos);
void render(void);
#endif /* GRAPHICS_H */