We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8e2b1 commit 5b77d59Copy full SHA for 5b77d59
include/NodeModding.h
@@ -39,12 +39,6 @@ namespace AlphaUtils {
39
static int modifyPrio() { return 0; }
40
};
41
42
- template <class Derived>
43
- struct ObjectWrapper : public cocos2d::CCObject {
44
- ObjectFieldIntermediate<Derived, cocos2d::CCObject> m_fields;
45
- static int modifyPrio() { return 0; }
46
- };
47
-
48
template <class T>
49
class ModifyLoad {
50
public:
0 commit comments