(svn r18372) -Codechange: push some extra type safety into YAPF

This commit is contained in:
rubidium
2009-12-02 10:13:49 +00:00
parent 9165c195b9
commit c56c892b2c
9 changed files with 69 additions and 65 deletions

View File

@@ -151,6 +151,7 @@ struct CYapfShip_TypesT
typedef Ttrack_follower TrackFollower;
/** node list type */
typedef Tnode_list NodeList;
typedef Ship VehicleType;
/** pathfinder components (modules) */
typedef CYapfBaseT<Types> PfBase; // base pathfinder class
typedef CYapfFollowShipT<Types> PfFollow; // node follower