comparison YLCTypes.h @ 0:d9aae7d7f2c6

Import
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Tue, 03 Jul 2012 10:38:59 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d9aae7d7f2c6
1 typedef int bool;
2
3 #define FALSE 0
4 #define TRUE 1
5
6 typedef int PanelHandle ;
7