![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include "vision.h"
Include dependency graph for fc_interface.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | functions |
Functions | |
| struct functions * | fc_interface_funcs () |
| Return the function pointer. More... | |
| void | fc_interface_init () |
| Test and initialize the functions. More... | |
| void | free_libfreeciv () |
| Free misc resources allocated for libfreeciv. More... | |
Variables | |
| const struct functions * | fc_funcs |
| struct functions* fc_interface_funcs | ( | ) |
Return the function pointer.
Only possible before interface_init() was called (fc_funcs_defined == FALSE).
Definition at line 36 of file fc_interface.cpp.
Referenced by fc_interface_init_client(), and fc_interface_init_tool().
| void fc_interface_init | ( | ) |
Test and initialize the functions.
The existence of all functions should be checked!
Definition at line 47 of file fc_interface.cpp.
Referenced by fc_interface_init_client(), and fc_interface_init_tool().
| void free_libfreeciv | ( | ) |
Free misc resources allocated for libfreeciv.
Definition at line 69 of file fc_interface.cpp.
Referenced by client_exit(), fcmp_deinit(), main(), and server_quit().
|
extern |
Definition at line 27 of file fc_interface.cpp.
Referenced by can_player_see_unit_at(), fc_interface_init(), player_can_trust_tile_has_no_units(), server_setting_by_name(), server_setting_name_get(), server_setting_value_bool_get(), server_setting_value_int_get(), tile_create_extra(), and tile_destroy_extra().