How can I enable a ref class implemented in c++ to be inheritable from
gamedev.net
Whenever I register the class normally I always get this error when trying to inherit from itmain, (1, 13) : ERR : Can't inherit from class 'Node' marked as finalint r = engine->RegisterObjectType(name.c_str(), 0, asOBJ_REF);
0 Comments ·0 Shares ·58 Views