I would like to have all the classes that deal with dialog making such as
class RscText
{
type = CT_STATIC;
idc = -1;
style = ST_LEFT;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {1, 1, 1, 1};
font = FontM;
sizeEx = 0.04;
};
i know theres a commented Commented_Config_191 with a lot of c++ style files in it but none dealing with the dialogs for ofp
any idea where i can find this?
Thanks in advance
Javaman