~ubuntu-branches/ubuntu/jaunty/bygfoot/jaunty

« back to all changes in this revision

Viewing changes to src/start_end.h

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2005-07-05 23:53:40 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050705235340-akpef5bdm7gsm9m4
Tags: 1.9.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef START_END_H
 
2
#define START_END_H
 
3
 
 
4
#include "bygfoot.h"
 
5
 
 
6
void
 
7
start_new_game(void);
 
8
 
 
9
void
 
10
start_new_season(void);
 
11
 
 
12
void
 
13
start_write_variables(void);
 
14
 
 
15
void
 
16
start_generate_league_teams(void);
 
17
 
 
18
void
 
19
end_week_round(void);
 
20
 
 
21
void
 
22
end_week_round_results(void);
 
23
 
 
24
void
 
25
end_week_round_sort_tables(void);
 
26
 
 
27
void
 
28
end_week_round_update_fixtures(void);
 
29
 
 
30
void
 
31
start_week_round(void);
 
32
 
 
33
void
 
34
start_week(void);
 
35
 
 
36
void
 
37
start_week_update_user_teams(void);
 
38
 
 
39
void
 
40
start_week_round_update_user_teams(void);
 
41
 
 
42
void
 
43
start_week_update_user_finances(void);
 
44
 
 
45
void
 
46
start_week_update_users(void);
 
47
 
 
48
void
 
49
end_week_round_autosave(void);
 
50
 
 
51
gboolean
 
52
query_start_end_season_end(void);
 
53
 
 
54
void
 
55
start_new_season_team_movements(void);
 
56
 
 
57
void
 
58
end_week(void);
 
59
 
 
60
void
 
61
end_season(void);
 
62
 
 
63
void
 
64
start_week_add_cups(void);
 
65
 
 
66
void
 
67
end_week_hide_cups(void);
 
68
 
 
69
#endif