adrian - 2022-02-04

Hi, I'm making a base class intended to be extended by multiple objects.
One of the task I would like to do is related to SFCFlags. The problem is that I want to manage a class that's not created yet. There is any pragma or compilator definition I could use? Ideally the compilator should trust for a variable that don't exist yet.