mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
I am still a fool
This commit is contained in:
parent
4f43b36dbd
commit
34840c5b98
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ bitmapBindingInit()
|
|||
_rb_define_method(klass, "stretch_blt", bitmapStretchBlt);
|
||||
_rb_define_method(klass, "fill_rect", bitmapFillRect);
|
||||
_rb_define_method(klass, "clear", bitmapClear);
|
||||
_rb_define_method(klass, "update", bitmapUpdate);
|
||||
_rb_define_method(klass, "get_pixel", bitmapGetPixel);
|
||||
_rb_define_method(klass, "set_pixel", bitmapSetPixel);
|
||||
_rb_define_method(klass, "hue_change", bitmapHueChange);
|
||||
|
|
Loading…
Add table
Reference in a new issue