Fixed conflicts after merge with master

This commit is contained in:
enricoturri1966 2022-10-31 14:59:41 +01:00
commit 2c9d047520
67 changed files with 13605 additions and 9748 deletions

View file

@ -200,6 +200,7 @@ public:
EType get_current_type() const { return m_current; }
GLGizmoBase* get_current() const;
GLGizmoBase* get_gizmo(GLGizmosManager::EType type) const;
EType get_gizmo_from_name(const std::string& gizmo_name) const;
bool is_running() const;