- [NEW] mòdul editor per a handlechar tot lo relacionat en l'editor
This commit is contained in:
7
source/editor.h
Normal file
7
source/editor.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
namespace editor
|
||||
{
|
||||
void setEditing(const bool value);
|
||||
const bool isEditing();
|
||||
}
|
||||
Reference in New Issue
Block a user