racing_game/graphics.h

5 lines
87 B
C
Raw Permalink Normal View History

2019-05-25 14:24:49 +10:00
extern int* sxy;
void graphics_init(int argc, char *argv[]);
void graphics_reshape();