view YLCTypes.h @ 79:930acf691aa4

Update data logging folder to "z:\Measures-2013"
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Wed, 27 Feb 2013 09:49:05 +0100
parents d9aae7d7f2c6
children
line wrap: on
line source

typedef int bool;

#define FALSE 0
#define TRUE 1

typedef int PanelHandle ;