mirror of https://github.com/mode777/rayjs.git
wip bindings
This commit is contained in:
parent
296ab6a843
commit
63836f34d0
|
@ -7,5 +7,9 @@
|
||||||
{ "name": "BeginDrawing" },
|
{ "name": "BeginDrawing" },
|
||||||
{ "name": "EndDrawing" }
|
{ "name": "EndDrawing" }
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "raylib_texture",
|
||||||
|
"functions": []
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "bindings/js_raylib_core.h"
|
#include "bindings/js_raylib_core.h"
|
||||||
|
#include "bindings/_js_raylib_texture.h"
|
||||||
|
|
||||||
static JSContext *JS_NewCustomContext(JSRuntime *rt);
|
static JSContext *JS_NewCustomContext(JSRuntime *rt);
|
||||||
static int eval_buf(JSContext *ctx, const void *buf, int buf_len,
|
static int eval_buf(JSContext *ctx, const void *buf, int buf_len,
|
||||||
|
|
Loading…
Reference in New Issue