2015-01-20 04:13:12 +00:00
|
|
|
class RscPicture;
|
|
|
|
class RscText;
|
|
|
|
class RscControlsGroupNoScrollbars;
|
|
|
|
/* This disables air radar. We need to make this a seperate HUD addon
|
|
|
|
class RscInGameUI
|
|
|
|
{
|
2015-02-14 08:50:26 +00:00
|
|
|
class RscUnitInfo
|
|
|
|
{
|
|
|
|
class CA_Radar: RscControlsGroupNoScrollbars
|
|
|
|
{
|
|
|
|
class controls
|
|
|
|
{
|
|
|
|
class CA_RadarBackground: RscPicture {
|
|
|
|
colorText[] = {0,0,0,0};
|
|
|
|
text = "";
|
|
|
|
};
|
|
|
|
class CA_RadarIcon: RscPicture {
|
|
|
|
colorText[] = {0,0,0,0};
|
|
|
|
};
|
|
|
|
class CA_Heading: RscText {
|
|
|
|
colorText[] = {0,0,0,0};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2015-01-20 04:13:12 +00:00
|
|
|
};
|
|
|
|
class CfgInGameUI
|
|
|
|
{
|
2015-02-14 08:50:26 +00:00
|
|
|
|
2015-01-20 04:13:12 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
*/
|