Work on d_jdpreviwer (#3067)

This commit is contained in:
hatal175
2026-01-26 07:20:02 +02:00
committed by GitHub
parent 7883248acc
commit be3efedee3
7 changed files with 160 additions and 3 deletions
+4
View File
@@ -187,4 +187,8 @@ inline void JORReleaseMContext(JORMContext* mctx) {
JORServer::getInstance()->releaseMCTX(mctx);
}
inline void JOR_ENABLEEVENTCALLBACKLIST(bool enable) {
JORServer::getInstance()->enableEventCallbackList(enable);
}
#endif /* JORSERVER_H */