diff LightClone/Source/World.h @ 21:b4dc5d674e22

Added GUI event system and some support data structures
author koryspansel
date Thu, 15 Sep 2011 18:42:12 -0700
parents 4951acfe92fc
children 502ed0a0059a
line wrap: on
line diff
--- a/LightClone/Source/World.h	Thu Sep 15 13:28:10 2011 -0700
+++ b/LightClone/Source/World.h	Thu Sep 15 18:42:12 2011 -0700
@@ -230,6 +230,11 @@
 	 * ProcessInput
 	 */
 	void ProcessInput(float fElapsed);
+
+	/*
+	 * OnClick
+	 */
+	void OnClick(GuiEventArguments& kArguments);
 };
 
 #endif //__WORLD_H__