#pragma once namespace editor { void setEditing(const bool value); const bool isEditing(); }