wip bindings

This commit is contained in:
Alexander Klingenbeck 2023-05-06 11:18:54 +02:00
parent 296ab6a843
commit 63836f34d0
2 changed files with 5 additions and 0 deletions

View File

@ -7,5 +7,9 @@
{ "name": "BeginDrawing" },
{ "name": "EndDrawing" }
]
},
{
"name": "raylib_texture",
"functions": []
}
]

View File

@ -5,6 +5,7 @@
#include "common.h"
#include "bindings/js_raylib_core.h"
#include "bindings/_js_raylib_texture.h"
static JSContext *JS_NewCustomContext(JSRuntime *rt);
static int eval_buf(JSContext *ctx, const void *buf, int buf_len,