diff LightClone/Source/Event.h @ 15:ee1c2510096d

Work on GUI system
author koryspansel <koryspansel@bendbroadband.com>
date Wed, 14 Sep 2011 11:04:18 -0700
parents c046b9e8ae32
children
line wrap: on
line diff
--- a/LightClone/Source/Event.h	Tue Sep 13 23:01:45 2011 -0700
+++ b/LightClone/Source/Event.h	Wed Sep 14 11:04:18 2011 -0700
@@ -22,6 +22,10 @@
  */
 struct Event
 {
+	/*
+	 * nType
+	 */
+	uint32 nType;
 };
 
 #endif //__EVENT_H__