racing_game/clouds.h

4 lines
71 B
C
Raw Permalink Normal View History

2019-05-25 14:24:49 +10:00
void clouds_init();
void clouds_move(int *args);
void clouds_render();