After removing the following lines from the source code the compilation works. It seems to be a built-in function now:
void TesterHideIndicators(bool hide)
{
HideTestIndicators(hide);
}
After removing the following lines from the source code the compilation works. It seems to be a built-in function now:
void TesterHideIndicators(bool hide)
{
HideTestIndicators(hide);
}