Home
last modified time | relevance | path

Searched refs:x_find_unit_at (Results 1 – 4 of 4) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxdraw.c30 Unit *x_find_unit_at(Side *side, Map *map, int x, int y, int sx, int sy);
246 x_find_unit_at(Side *side, Map *map, int x, int y, int sx, int sy) in x_find_unit_at() function
268 *unitp = x_find_unit_at(side, map, x, y, sx, sy); in x_nearest_unit()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlmap.cc55 static Unit *x_find_unit_at(Map *map, int x, int y, int sx, int sy);
206 x_find_unit_at(Map *map, int x, int y, int sx, int sy) in x_find_unit_at() function
230 *unitp = x_find_unit_at(map, x, y, sx, sy); in x_nearest_unit()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkmap.c230 static Unit *x_find_unit_at(MapW *mapw, int x, int y, int sx, int sy);
948 x_find_unit_at(MapW *mapw, int x, int y, int sx, int sy) in x_find_unit_at() function
972 *unitp = x_find_unit_at(mapw, x, y, sx, sy); in x_nearest_unit()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-20036941 (x_find_unit_at): New function and prototype.