GUI to ruby

This commit is contained in:
2022-08-04 01:49:56 +00:00
parent 9d34354a80
commit a296b77c45
4 changed files with 18 additions and 2 deletions

View File

@@ -40,4 +40,8 @@ void script_update() {
void script_draw() {
mrb_funcall(mrb, obj, "draw", 0);
}
void script_editor() {
mrb_funcall(mrb, obj, "editor", 0);
}