diff --git a/include/engine/Module.hpp b/include/engine/Module.hpp index a024af4f..384b175b 100644 --- a/include/engine/Module.hpp +++ b/include/engine/Module.hpp @@ -277,6 +277,9 @@ struct Module { Expander& getRightExpander() { return rightExpander; } + Expander& getExpander(bool side) { + return side ? rightExpander : leftExpander; + } // Virtual methods