in this addon I use some dialogs class and some texts class of desrciption.ext. I would like to put this dialogs class and texts class to the config.cpp of my addon.
example, this is a part of my description.ext
class RscTextBlack
{
type = CT_STATIC;
style = ST_LEFT;
idc = -1;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {0, 0, 0, 1};
font = "tahomab48";
size = 0.35;
sizeEx = 1;
lineSpacing = 1.0;
text = "";
};
and I want to put that in this config.cpp for use in any other mission.