anotherplan/graphics.h

5 lines
116 B
C
Raw Normal View History

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