X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/3314f9284024c7bb9e618f310ca467a93990922d..6fcc8fcf6b98f413f813904fe0f078d2782fb9d5:/Constructor/src/item.cpp?ds=sidebyside diff --git a/Constructor/src/item.cpp b/Constructor/src/item.cpp index e5027e0..0bbf005 100644 --- a/Constructor/src/item.cpp +++ b/Constructor/src/item.cpp @@ -197,6 +197,11 @@ void CItem::get_out_logic_connect_position(int& _a, int& _b) _b = y; } +bool CItem::get_out_logic_connect() +{ + return false; +} + void CItem::update_logic_position() { }