First stable version #2

Merged
Shadow merged 26 commits from dev into master 2021-06-02 22:13:40 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit b5206956c6 - Show all commits

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 */