WiiDuktape/source/duktape/include/duktape_engine.h
Fries 63bb2916ca move duktape code into a static library.
this means i can try out making a launcher that launches into other
javascript engines like quickjs.
2024-06-25 14:08:04 -07:00

5 lines
137 B
C

#ifndef DUKTAPE_ENGINE_H
#define DUKTAPE_ENGINE_H
#include <grrlib.h>
void duktape(GRRLIB_ttfFont * global_font, bool * running);
#endif