bygfoot/src/start_end.h

22 lines
238 B
C
Raw Normal View History

#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);
#endif