mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
This was SVN commit r6422.
This commit is contained in:
parent
cfdead3c7e
commit
cfc4f47105
1 changed files with 10 additions and 10 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue