Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fg_util.h
Go to the documentation of this file.
1 namespace fg_util
2 {
3 std::string MakeFactionKey( int faction );
4 std::string MakeFGKey( const std::string &fgname, int faction );
5 std::string MakeStarSystemFGKey( const std::string &starsystem );
6 unsigned int ShipListOffset();
7 unsigned int PerShipDataSize();
8 bool IsFGKey( const std::string &fgcandidate );
9 bool CheckFG( std::vector< std::string > &data );
10 void PurgeZeroShips( SaveGame *sg, unsigned int faction );
11 void PurgeZeroShips( SaveGame *sg );
12 }
13