WiiDuktape/source/quickjs/include_private/wii_qjs.h

7 lines
211 B
C
Raw Permalink Normal View History

#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