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
unit_csv.h
Go to the documentation of this file.
1 #ifndef __UNIT_CSV_H__
2 #define __UNIT_CSV_H__
3 
4 CSVRow LookupUnitRow( const std::string &name, const std::string &faction );
5 
6 extern void AddMeshes( std::vector< Mesh* > &xmeshes,
7  float &randomstartframe,
8  float &randomstartseconds,
9  float unitscale,
10  const std::string &meshes,
11  int faction,
12  Flightgroup *fg,
13  vector< unsigned int > *counts = NULL );
14 
15 #endif
16