GUI to ruby
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user