10 lines
180 B
C
10 lines
180 B
C
#ifndef QJS_ACTOR_H
|
|
#define QJS_ACTOR_H
|
|
|
|
#include <quickjs.h>
|
|
#include "prosperon.h"
|
|
|
|
JSValue js_actor_use(JSContext *js);
|
|
prosperon_rt *js2actor(JSContext *js, JSValue v);
|
|
|
|
#endif |