WiiDuktape/source/quickjs/include/quickjs_engine.h

6 lines
137 B
C
Raw Permalink Normal View History

#ifndef QUICKJS_ENGINE_H
#define QUICKJS_ENGINE_H
#include <grrlib.h>
void quickjs(GRRLIB_ttfFont * global_font, bool * running);
#endif