diff LightClone/Source/GuiElement.h @ 37:58a16d529d95

Refactoring code and adding events for drag and drop
author koryspansel <koryspansel@bendbroadband.com>
date Wed, 21 Sep 2011 20:30:29 -0700
parents 06b151afc8d0
children 7ff46a00bcd3
line wrap: on
line diff
--- a/LightClone/Source/GuiElement.h	Wed Sep 21 12:18:15 2011 -0700
+++ b/LightClone/Source/GuiElement.h	Wed Sep 21 20:30:29 2011 -0700
@@ -34,6 +34,11 @@
 public:
 
 	/*
+	 * EventDrop
+	 */
+	static const char* EventDrop;
+
+	/*
 	 * List
 	 */
 	typedef ArrayList<GuiElement*> List;