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