WiiDuktape/source/quickjs/include_private/wii_qjs.h
Fries 08c96c9d07 work on getting quickjs ported to the wii.
i got it working but the port of my duktape code isn't done yet.
2024-06-26 16:33:02 -07:00

6 lines
211 B
C

#ifndef WII_QJS_H
#define WII_QJS_H
#include <quickjs.h>
#include <grrlib.h>
JSValue qjs_define_wii_object(JSContext * ctx, GRRLIB_ttfFont * global_font, bool * global_running, float * global_deltatime);
#endif