WiiDuktape/source/quickjs/include/quickjs_engine.h
Fries 08c96c9d07 work on getting quickjs ported to the wii.
i got it working but the port of my duktape code isn't done yet.
2024-06-26 16:33:02 -07:00

5 lines
137 B
C

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