- Dev Mode i Game Mode

This commit is contained in:
2024-07-02 19:31:19 +02:00
parent 3e83fcdaa8
commit eed4ec899c
7 changed files with 360 additions and 372 deletions

View File

@@ -2,6 +2,9 @@
namespace editor
{
void setDevMode();
const bool isDevMode();
void setEditing(const bool value);
const bool isEditing();