1
0
forked from 0ad/0ad

This was SVN commit r6422.

This commit is contained in:
freenity 2008-10-13 21:06:15 +00:00
parent cfdead3c7e
commit cfc4f47105

View File

@ -11,16 +11,16 @@ class CStr;
class CFormation
{
friend class CFormationManager;
friend class CFormationCollection;
friend class CEntityFormation;
struct FormationSlot
{
float fileOff; //Distance between files of this slot and the formation's center
float rankOff;
std::vector<CStr> category;
};
friend class CFormationManager;
friend class CFormationCollection;
friend class CEntityFormation;
struct FormationSlot
{
float fileOff; //Distance between files of this slot and the formation's center
float rankOff;
std::vector<CStr> category;
};
public:
CFormation();