WiiDuktape/source/duktape/include/duktape_engine.h

6 lines
137 B
C
Raw Permalink Normal View History

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