diff UI code/UIElement.mm @ 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 8d7ae43b2edd
line wrap: on
line diff
--- a/UI code/UIElement.mm	Mon Oct 20 11:23:55 2014 +0100
+++ b/UI code/UIElement.mm	Mon Oct 20 14:12:23 2014 +0100
@@ -7,6 +7,7 @@
 //
 
 #include "UIElement.h"
+
 //----------------------------------------------------------------------
 UIElement::UIElement(){
     //
@@ -14,6 +15,9 @@
     init();
 }
 //----------------------------------------------------------------------
+
+
+//----------------------------------------------------------------------
 UIElement::UIElement(float ax,
                      float ay,
                      float awidth,