bygfoot/src/start_end.h

40 lines
440 B
C

#ifndef START_END_H
#define START_END_H
#include "bygfoot.h"
void
start_new_game(void);
void
start_new_season(void);
void
start_write_variables(void);
void
start_generate_league_teams(void);
void
start_load_cup_teams(void);
void
end_week_round(void);
void
end_week_round_results(void);
void
end_week_round_sort_tables(void);
void
end_week_round_update_fixtures(void);
void
start_week_round(void);
void
start_week(void);
#endif