46 lines
977 B
C++
46 lines
977 B
C++
class cfgGroups
|
|
{
|
|
class INDEP
|
|
{
|
|
name="Independent";
|
|
class BRAF_Army_Groups
|
|
{
|
|
name="Brazilian Army";
|
|
|
|
#include "\braf\braf_characters_army\units\Groups\2020_Regular.hpp"
|
|
#include "\braf\braf_characters_army\units\Groups\2020_Jungle.hpp"
|
|
#include "\braf\braf_characters_army\units\Groups\2020_Caatinga.hpp"
|
|
#include "\braf\braf_characters_army\units\Groups\2000_Regular.hpp"
|
|
#include "\braf\braf_characters_army\units\Groups\2000_Jungle.hpp"
|
|
#include "\braf\braf_characters_army\units\Groups\2000_Caatinga.hpp"
|
|
|
|
class Motorized
|
|
{
|
|
name="Motorized";
|
|
};
|
|
class Mechanized
|
|
{
|
|
name="Mechanized";
|
|
};
|
|
class Armored
|
|
{
|
|
name="Armored";
|
|
};
|
|
class SpecOps
|
|
{
|
|
name="Special Forces";
|
|
|
|
};
|
|
class Support
|
|
{
|
|
name="Support Infantry";
|
|
};
|
|
class Air
|
|
{
|
|
name="Air";
|
|
|
|
};
|
|
};
|
|
};
|
|
};
|