8 lines
107 B
C
8 lines
107 B
C
#ifndef QJS_ACTOR_H
|
|
#define QJS_ACTOR_H
|
|
|
|
#include <quickjs.h>
|
|
|
|
JSValue js_actor_use(JSContext *js);
|
|
|
|
#endif |