6 lines
137 B
C
6 lines
137 B
C
|
#ifndef DUKTAPE_ENGINE_H
|
||
|
#define DUKTAPE_ENGINE_H
|
||
|
#include <grrlib.h>
|
||
|
void duktape(GRRLIB_ttfFont * global_font, bool * running);
|
||
|
#endif
|