Fries
63bb2916ca
this means i can try out making a launcher that launches into other javascript engines like quickjs.
5 lines
115 B
C
5 lines
115 B
C
#ifndef GRRLIB_DUK_H
|
|
#define GRRLIB_DUK_H
|
|
#include <duktape.h>
|
|
void define_grrlib_object(duk_context *ctx);
|
|
#endif
|