18.08.2017, 12:52
hello, i'm working on code.. i make to save cfg but i got warning
warning 213: tag mismatch
warning 213: tag mismatch
Код:
forward UcitajCFG(name[], value[]);
public UcitajCFG(name[], value[])
{
INI_Int("HappyHour",CFG[cHappy]); // here is warning
return 1;
}

