This commit is contained in:
Shadow15510 2021-05-29 17:02:56 +02:00
parent 35b2b2435f
commit b5206956c6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -80,6 +80,6 @@ int callback_tick(volatile int *tick);
void mutation_select(struct game *current_game, const int mutation_menu);
// mutation_buy : UI interface to buy mutations and see informations on them
void mutation_buy(struct game *current_game, const struct cursor c, const int mutation_menu, const int table[4][8])
void mutation_buy(struct game *current_game, const struct cursor c, const int mutation_menu, const int table[4][8]);
#endif /* _PLAGUE_CORE_H */