Files
thepool/source/editor.h

8 lines
102 B
C++

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