removes BaseLibrary/Item/Manager unused code from Code/Editor
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#define CRYINCLUDE_EDITOR_CORE_ERRORRECORDER_H
|
||||
#pragma once
|
||||
|
||||
#include "Include/EditorCoreAPI.h"
|
||||
#include <EditorCoreAPI.h>
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
//! Automatic class to record and display error.
|
||||
|
||||
@@ -326,12 +326,7 @@ enum MouseCallbackFlags
|
||||
//! Types of database items
|
||||
enum EDataBaseItemType
|
||||
{
|
||||
EDB_TYPE_MATERIAL,
|
||||
EDB_TYPE_PARTICLE,
|
||||
EDB_TYPE_MUSIC,
|
||||
EDB_TYPE_EAXPRESET,
|
||||
EDB_TYPE_SOUNDMOOD,
|
||||
EDB_TYPE_FLARE
|
||||
EDB_TYPE_UNUSED
|
||||
};
|
||||
|
||||
enum EEditorPathName
|
||||
|
||||
Reference in New Issue
Block a user