This commit is contained in:
2022-10-08 18:23:17 +01:00
parent 2b0e71b6fb
commit 500983358d
2 changed files with 11 additions and 11 deletions

View File

@@ -421,11 +421,11 @@ int hookEngine(Interpreter* interpreter, Literal identifier, Literal alias) {
{"initWindow", nativeInitWindow},
{"loadRootNode", nativeLoadRootNode},
{"loadNode", nativeLoadNode},
{"initNode", nativeInitNode},
{"_initNode", nativeInitNode},
// {"freeNode", nativeFreeNode},
{"freeChildNode", nativeFreeChildNode},
{"pushNode", nativePushNode},
{"getNode", nativeGetNode},
{"_freeChildNode", nativeFreeChildNode},
{"_pushNode", nativePushNode},
{"_getNode", nativeGetNode},
{NULL, NULL}
};