forked from KolibriOS/kolibrios
7 lines
104 B
C
7 lines
104 B
C
|
#include "mujs.h"
|
||
|
#define js_toint(J, idx) js_tointeger(J, idx)
|
||
|
|
||
|
js_State *J;
|
||
|
|
||
|
void import_functions();
|