Finished signal service

This commit is contained in:
Vulpovile
2023-11-16 16:36:05 -08:00
parent a222ac2b67
commit d06251ce7f
9 changed files with 125 additions and 9 deletions

View File

@@ -151,4 +151,9 @@ Instance* Instance::findFirstChild(std::string searchName)
}
}
return NULL;
}
bool Instance::postMessage(SigMesg msgId, void* lParam, void* wParam){
//Consume
return false;
}