Crossfire Server  1.75.0
modules.h
Go to the documentation of this file.
1 /*
2  * Crossfire -- cooperative multi-player graphical RPG and adventure game
3  *
4  * Copyright (c) 1999-2021 The Crossfire Development Team
5  *
6  * Crossfire is free software and comes with ABSOLUTELY NO WARRANTY. You are
7  * welcome to redistribute it under certain conditions. For details, please
8  * see COPYING and LICENSE.
9  *
10  * The authors can be reached via e-mail at <crossfire@metalforge.org>.
11  */
12 
18 #ifndef MODULES_H
19 #define MODULES_H
20 
22 void cfcitybell_close();
23 
25 void citylife_close();
26 
29 
30 #endif /* MODULES_H */
void cfcitybell_close()
Definition: cfcitybell.cpp:165
void citylife_close()
Definition: citylife.cpp:437
void cfcitybell_init(Settings *settings, ServerSettings *serverSettings)
Citybells module initialisation.
Definition: cfcitybell.cpp:153
ServerSettings serverSettings
Definition: init.cpp:42
struct Settings settings
Global settings.
Definition: init.cpp:139
Server settings.
Definition: global.h:241
void random_house_generator_close()
Close the module.
void citylife_init(Settings *settings, ServerSettings *serverSettings)
Definition: citylife.cpp:426
void random_house_generator_init(Settings *settings, ServerSettings *serverSettings)
Module initialisation.