Project

General

Profile

Feature #1383 » 0049-citymap.h-Drop-fc_types.h-include.patch

Marko Lindqvist, 05/10/2025 04:40 AM

View differences:

common/aicore/citymap.h
extern "C" {
#endif /* __cplusplus */
/* utility */
#include "support.h" /* bool type */
/* common */
#include "fc_types.h"
struct player;
struct tile;
void citymap_turn_init(struct player *pplayer);
void citymap_reserve_city_spot(struct tile *ptile, int id);
(1-1/2)