summaryrefslogtreecommitdiffstats
path: root/menu_demo/button.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-04-16 12:14:49 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-04-16 12:14:49 (GMT)
commitb5f2b48d84b34de1bf78964b8481b6717ca6e00e (patch)
treebf341b34d36878be07eaeca248f4492a15935d83 /menu_demo/button.h
parentf64df83770bdf1471036ed0ee600c57e0d4755b5 (diff)
download2iv55-b5f2b48d84b34de1bf78964b8481b6717ca6e00e.zip
2iv55-b5f2b48d84b34de1bf78964b8481b6717ca6e00e.tar.gz
2iv55-b5f2b48d84b34de1bf78964b8481b6717ca6e00e.tar.bz2
gl veranderd naar GL.
Diffstat (limited to 'menu_demo/button.h')
-rw-r--r--menu_demo/button.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/menu_demo/button.h b/menu_demo/button.h
index 2249f32..27f57a4 100644
--- a/menu_demo/button.h
+++ b/menu_demo/button.h
@@ -1,6 +1,10 @@
#ifndef _CBUTTON_H
#define _CBUTTON_H
-
+struct ButtonStruct {
+ double m_dXPos;
+ double m_dYPos;
+ int m_iType;
+};
#endif \ No newline at end of file