This commit is contained in:
jonathan de jong 2017-04-03 11:49:11 +02:00
parent 61ce6cd8ea
commit ad92ab9b21

View file

@ -112,4 +112,6 @@ void oneshotBindingInit()
_rb_define_module_function(module, "obscured_cleared?", oneshotObscuredCleared);
_rb_define_module_function(module, "allow_exit", oneshotAllowExit);
_rb_define_module_function(module, "shake", oneshotShake);
_rb_define_module_function(module, "getwinpos", oneshotgetwindowpos);
_rb_define_module_function(module, "setwinpos", oneshotmovewindow);
}