#ifndef DUKTAPE_ENGINE_H #define DUKTAPE_ENGINE_H #include void duktape(GRRLIB_ttfFont * global_font, bool * running); #endif