Files
cell/source/qjs_wota.h
2025-03-03 18:35:28 -06:00

9 lines
102 B
C

#ifndef QJS_WOTA_H
#define QJS_WOTA_H
#include <quickjs.h>
JSValue js_wota_use(JSContext*);
#endif