From 959831f4ef5a3e797f576c3de08cd65032c997ad Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 18:54:10 +1000 Subject: Remove damned ancient DOS line endings from Irrlicht. Hopefully I did not go overboard. --- .../irrlicht-1.8/tools/GUIEditor/EGUIEditTypes.h | 122 ++++++++++----------- 1 file changed, 61 insertions(+), 61 deletions(-) (limited to 'libraries/irrlicht-1.8/tools/GUIEditor/EGUIEditTypes.h') diff --git a/libraries/irrlicht-1.8/tools/GUIEditor/EGUIEditTypes.h b/libraries/irrlicht-1.8/tools/GUIEditor/EGUIEditTypes.h index 88d119e..fe56726 100644 --- a/libraries/irrlicht-1.8/tools/GUIEditor/EGUIEditTypes.h +++ b/libraries/irrlicht-1.8/tools/GUIEditor/EGUIEditTypes.h @@ -1,61 +1,61 @@ -#ifndef __C_GUIEDIT_TYPES_H_INCLUDED__ -#define __C_GUIEDIT_TYPES_H_INCLUDED__ - -#include "irrTypes.h" - -namespace irr { -namespace gui { - -enum EGUIEDIT_ELEMENT_TYPES -{ - // GUI Editor - EGUIEDIT_GUIEDIT=0, - EGUIEDIT_GUIEDITWINDOW, - // Generic - EGUIEDIT_GUIPANEL, - EGUIEDIT_TEXTUREBROWSER, - // Attribute editors - EGUIEDIT_ATTRIBUTEEDITOR, - EGUIEDIT_STRINGATTRIBUTE, - EGUIEDIT_BOOLATTRIBUTE, - EGUIEDIT_ENUMATTRIBUTE, - EGUIEDIT_COLORATTRIBUTE, - EGUIEDIT_COLORFATTRIBUTE, - EGUIEDIT_TEXTUREATTRIBUTE, - // Dummy editor stubs - EGUIEDIT_CONTEXTMENUEDITOR, - EGUIEDIT_MENUEDITOR, - EGUIEDIT_FILEDIALOGEDITOR, - EGUIEDIT_COLORDIALOGEDITOR, - EGUIEDIT_MODALSCREENEDITOR, - // Count - EGUIEDIT_COUNT -}; - -const c8* const GUIEditElementTypeNames[] = -{ - "GUIEditor", - "GUIEditWindow", - "panel", - "textureCacheBrowser", - "attributeEditor", - "string_attribute", - "bool_attribute", - "enum_attribute", - "color_attribute", - "colorf_attribute", - "texture_attribute", - // dummy editors - "contextMenu_editor", - "menu_editor", - "fileOpenDialog_editor", - "colorSelectDialog_editor", - "modalScreen_editor", - 0 -}; - -} // gui -} // irr - -#endif - +#ifndef __C_GUIEDIT_TYPES_H_INCLUDED__ +#define __C_GUIEDIT_TYPES_H_INCLUDED__ + +#include "irrTypes.h" + +namespace irr { +namespace gui { + +enum EGUIEDIT_ELEMENT_TYPES +{ + // GUI Editor + EGUIEDIT_GUIEDIT=0, + EGUIEDIT_GUIEDITWINDOW, + // Generic + EGUIEDIT_GUIPANEL, + EGUIEDIT_TEXTUREBROWSER, + // Attribute editors + EGUIEDIT_ATTRIBUTEEDITOR, + EGUIEDIT_STRINGATTRIBUTE, + EGUIEDIT_BOOLATTRIBUTE, + EGUIEDIT_ENUMATTRIBUTE, + EGUIEDIT_COLORATTRIBUTE, + EGUIEDIT_COLORFATTRIBUTE, + EGUIEDIT_TEXTUREATTRIBUTE, + // Dummy editor stubs + EGUIEDIT_CONTEXTMENUEDITOR, + EGUIEDIT_MENUEDITOR, + EGUIEDIT_FILEDIALOGEDITOR, + EGUIEDIT_COLORDIALOGEDITOR, + EGUIEDIT_MODALSCREENEDITOR, + // Count + EGUIEDIT_COUNT +}; + +const c8* const GUIEditElementTypeNames[] = +{ + "GUIEditor", + "GUIEditWindow", + "panel", + "textureCacheBrowser", + "attributeEditor", + "string_attribute", + "bool_attribute", + "enum_attribute", + "color_attribute", + "colorf_attribute", + "texture_attribute", + // dummy editors + "contextMenu_editor", + "menu_editor", + "fileOpenDialog_editor", + "colorSelectDialog_editor", + "modalScreen_editor", + 0 +}; + +} // gui +} // irr + +#endif + -- cgit v1.1