Files
cell/source/qjs_dmon.h
John Alanbrook fb10c63882
All checks were successful
Build and Deploy / build-linux (push) Successful in 1m9s
Build and Deploy / build-windows (CLANG64) (push) Successful in 33m33s
Build and Deploy / package-dist (push) Has been skipped
Build and Deploy / deploy-itch (push) Has been skipped
Build and Deploy / deploy-gitea (push) Has been skipped
add dmon and nota into source tree, out of subprojects; build on macos
2025-02-23 08:49:49 -06:00

8 lines
104 B
C

#ifndef QJS_DMON_H
#define QJS_DMON_H
#include "quickjs.h"
JSValue js_dmon_use(JSContext *js);
#endif