WiiDuktape/source/duktape/include_private/wii_duk.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
214 B
C

#ifndef WII_DUK_H
#define WII_DUK_H
#include <duktape.h>
#include <grrlib.h>
void duk_define_wii_object(duk_context * ctx, struct GRRLIB_Font * grrlib_font, bool * global_running, float * global_deltatime);
#endif