mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
AGS: Re-add accidentally removed Object::get_Solid export
This commit is contained in:
parent
79defb2f0f
commit
5ad9352f8e
@ -906,6 +906,7 @@ void RegisterObjectAPI() {
|
||||
ccAddExternalObjectFunction("Object::get_Name", Sc_Object_GetName_New);
|
||||
ccAddExternalObjectFunction("Object::get_Scaling", Sc_Object_GetScaling);
|
||||
ccAddExternalObjectFunction("Object::set_Scaling", Sc_Object_SetScaling);
|
||||
ccAddExternalObjectFunction("Object::get_Solid", Sc_Object_GetSolid);
|
||||
ccAddExternalObjectFunction("Object::set_Solid", Sc_Object_SetSolid);
|
||||
ccAddExternalObjectFunction("Object::get_Transparency", Sc_Object_GetTransparency);
|
||||
ccAddExternalObjectFunction("Object::set_Transparency", Sc_Object_SetTransparency);
|
||||
|
Loading…
x
Reference in New Issue
Block a user