Freeciv-3.2
|
#include "spechash.h"
Go to the source code of this file.
Data Structures | |
struct | usdata |
Functions | |
struct usdata_hash * | usdlg_data_new (const struct tile *ptile) |
void | usdlg_data_destroy (struct usdata_hash *ushash) |
Definition at line 31 of file unitselect_common.h.
#define SPECHASH_INT_KEY_TYPE |
Definition at line 30 of file unitselect_common.h.
Definition at line 29 of file unitselect_common.h.
#define usdata_hash_data_iterate | ( | phash, | |
data | |||
) | TYPED_HASH_DATA_ITERATE(struct usdata *, phash, data) |
Definition at line 34 of file unitselect_common.h.
#define usdata_hash_data_iterate_end HASH_DATA_ITERATE_END |
Definition at line 36 of file unitselect_common.h.
void usdlg_data_destroy | ( | struct usdata_hash * | ushash | ) |
Destroy a unit selection data set.
Definition at line 138 of file unitselect_common.c.
Referenced by usdlg_cmd_exec(), and usdlg_refresh().
struct usdata_hash * usdlg_data_new | ( | const struct tile * | ptile | ) |
Create a unit selection data set.
Definition at line 94 of file unitselect_common.c.
Referenced by usdlg_cmd_exec(), and usdlg_refresh().