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";
|
|
|
|
};
|
|
};
|
|
};
|
|
};
|