forked from longturn/freeciv21
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscore.h
21 lines (16 loc) · 938 Bytes
/
score.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**************************************************************************
Copyright (c) 1996-2020 Freeciv21 and Freeciv contributors. This file is
__ __ part of Freeciv21. Freeciv21 is free software: you can
/ \\..// \ redistribute it and/or modify it under the terms of the GNU
( oo ) General Public License as published by the Free Software
\__/ Foundation, either version 3 of the License, or (at your
option) any later version. You should have received
a copy of the GNU General Public License along with Freeciv21. If not,
see https://www.gnu.org/licenses/.
**************************************************************************/
#pragma once
#include "fc_types.h"
void calc_civ_score(struct player *pplayer);
int get_civ_score(const struct player *pplayer);
int total_player_citizens(const struct player *pplayer);
void rank_users(bool);