- [NEW] editor::getCurrentTemplate
- [NEW] editor::setCurrentTemplate()
This commit is contained in:
@@ -4,4 +4,7 @@ namespace editor
|
||||
{
|
||||
void setEditing(const bool value);
|
||||
const bool isEditing();
|
||||
|
||||
const int getCurrentTemplate();
|
||||
void setCurrentTemplate(const int value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user