diff YLCTypes.h @ 0:d9aae7d7f2c6

Import
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Tue, 03 Jul 2012 10:38:59 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/YLCTypes.h	Tue Jul 03 10:38:59 2012 +0200
@@ -0,0 +1,7 @@
+typedef int bool;
+
+#define FALSE 0
+#define TRUE 1
+
+typedef int PanelHandle ;
+