Alexandro Trevisan
Results
3
comments of
Alexandro Trevisan
Pull request sent!
here a simple test case ``` CPP #include #include class SceneManager { public: virtual int GetX() = 0; }; class Octree: public SceneManager { public: int x; Octree() { x...
Hi, I tried to make some changes but when I call 'print(sm:GetX())', i get nothing , and I don't know why. ``` CPP //=========================Selector.h template void SetAbstractClass(Funs... funs) { _traverse();...