view YLCTypes.h @ 56:6e73fb3d94fa

Simplyfy slope measurement code
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Wed, 17 Oct 2012 15:52:36 +0200
parents d9aae7d7f2c6
children
line wrap: on
line source

typedef int bool;

#define FALSE 0
#define TRUE 1

typedef int PanelHandle ;