File: pathfinder.pkg

package info (click to toggle)
boswars 2.7%2Bsvn160110-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 97,132 kB
  • sloc: cpp: 57,441; python: 1,759; makefile: 34; sh: 26
file content (7 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
$#include "pathfinder.h"

extern tolua_property__s int AStarFixedUnitCrossingCost;
extern tolua_property__s int AStarMovingUnitCrossingCost;
extern bool AStarKnowUnseenTerrain;
extern tolua_property__s int AStarUnknownTerrainCost;