anotherplan/graphics.h

5 lines
105 B
C
Raw Normal View History

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