#ifndef WII_DUK_H #define WII_DUK_H #include #include void duk_define_wii_object(duk_context * ctx, struct GRRLIB_Font * grrlib_font, bool * global_running, float * global_deltatime); #endif