MRuby-Binding: Make code compile with latest mruby master
This commit is contained in:
parent
231e38ae8e
commit
bd63bc9cd2
5 changed files with 2138 additions and 2120 deletions
|
@ -93,7 +93,7 @@ MRB_FUNCTION(inputMouseY)
|
|||
}
|
||||
|
||||
#define DEF_CONST_I(name, value) \
|
||||
mrb_const_set(mrb, mrb_obj_value(module), mrb_intern(mrb, name), mrb_fixnum_value(value))
|
||||
mrb_const_set(mrb, mrb_obj_value(module), mrb_intern_lit(mrb, name), mrb_fixnum_value(value))
|
||||
|
||||
void
|
||||
inputBindingInit(mrb_state *mrb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue