6 lines
115 B
C
6 lines
115 B
C
|
#ifndef GRRLIB_DUK_H
|
||
|
#define GRRLIB_DUK_H
|
||
|
#include <duktape.h>
|
||
|
void define_grrlib_object(duk_context *ctx);
|
||
|
#endif
|