#ifndef WII_QJS_H #define WII_QJS_H #include #include JSValue qjs_define_wii_object(JSContext * ctx, GRRLIB_ttfFont * global_font, bool * global_running, float * global_deltatime); #endif