diff UI code/UIElement.h @ 12:af71bf84660f

icon stuff. not working/tested.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Mon, 20 Oct 2014 14:12:23 +0100
parents a223551fdc1f
children f83635861187
line wrap: on
line diff
--- a/UI code/UIElement.h	Mon Oct 20 11:23:55 2014 +0100
+++ b/UI code/UIElement.h	Mon Oct 20 14:12:23 2014 +0100
@@ -27,6 +27,12 @@
     
     UIElement();
     virtual ~UIElement(){};
+    
+    UIElement(float ax,
+              float ay,
+              float awidth,
+              float aheight);
+    
     // recommended
     UIElement(float ax,
               float ay,