Home
last modified time | relevance | path

Searched defs:tile_owner (Results 1 – 5 of 5) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/common/
H A Dtile.h94 #define tile_owner(_tile) ((_tile)->owner) macro
H A Dtile.c50 struct player *tile_owner(const struct tile *ptile) in tile_owner() function
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dtile.h94 #define tile_owner(_tile) ((_tile)->owner) macro
H A Dtile.c50 struct player *tile_owner(const struct tile *ptile) in tile_owner() function
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ai/
H A Dai_force.cpp99 int tile_owner = unit.MapLayer->Field(pos)->Owner; in Visit() local