animation speed #12; drawFigure #13

This commit is contained in:
2017-05-05 20:49:20 +02:00
parent 1a24486ec3
commit d0eae536a7
3 changed files with 36 additions and 25 deletions

View File

@@ -47,4 +47,4 @@ void showHelp(game_state *gs);
int centerDiff(int coordinate, char *str);
void readRandomLine(char *file, char *result);
void trollHitScreen(game_state *gs, int hits);
void drawFigure(game_state *gs);
void drawFigure(game_state *gs, int drawNext);