Can I get Instance of Model? Or How can I call the function of Model in other C code?
Often I call the C function from the hardware in Model::tick() function.
But how can I call the function of Model outside.
If I add a member variable to get the Instance(this) of Model, is there any risk? I mean if Model writed by Singleton mode.