#ifndef QUICKJS_ENGINE_H #define QUICKJS_ENGINE_H #include void quickjs(GRRLIB_ttfFont * global_font, bool * running); #endif