Freeciv21
Develop your civilization from humble roots to a global empire
rssanity.h
Go to the documentation of this file.
1 /*__ ___ ***************************************
2 / \ / \ Copyright (c) 1996-2020 Freeciv21 and Freeciv
3 \_ \ / __/ contributors. This file is part of Freeciv21.
4  _\ \ / /__ Freeciv21 is free software: you can redistribute it
5  \___ \____/ __/ and/or modify it under the terms of the GNU General
6  \_ _/ Public License as published by the Free Software
7  | @ @ \_ Foundation, either version 3 of the License,
8  | or (at your option) any later version.
9  _/ /\ You should have received a copy of the GNU
10  /o) (o/\ \_ General Public License along with Freeciv21.
11  \_____/ / If not, see https://www.gnu.org/licenses/.
12  \____/ ********************************************************/
13 #pragma once
14 
15 // common
16 #include "fc_types.h"
17 
19 bool autolock_settings();
20 bool sanity_check_ruleset_data(bool ignore_retired);
21 
int ssetv
Definition: fc_types.h:560
bool sanity_check_server_setting_value_in_req(ssetv ssetval)
Returns TRUE iff the given server setting and value combination is allowed to appear in ServerSetting...
Definition: rssanity.cpp:122
bool sanity_check_ruleset_data(bool ignore_retired)
Some more sanity checking once all rulesets are loaded.
Definition: rssanity.cpp:716
bool autoadjust_ruleset_data()
Apply some automatic defaults to already loaded rulesets.
Definition: rssanity.cpp:1389
bool autolock_settings()
Set and lock settings that must have certain value.
Definition: rssanity.cpp:1481