![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include "shared.h"
Include dependency graph for fcdb.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | fcdb_init (const char *conf_file) |
| Initialize freeciv database system. More... | |
| const char * | fcdb_option_get (const char *type) |
| Return the selected fcdb config value. More... | |
| void | fcdb_free () |
| Free resources allocated by fcdb system. More... | |
| void fcdb_free | ( | ) |
Free resources allocated by fcdb system.
Definition at line 145 of file fcdb.cpp.
Referenced by server_quit().
| bool fcdb_init | ( | const char * | conf_file | ) |
| const char* fcdb_option_get | ( | const char * | type | ) |
Return the selected fcdb config value.
Definition at line 133 of file fcdb.cpp.
Referenced by script_fcdb_register_functions().