view YLCTypes.h @ 135:77539f2597b1

Code cleanup
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Wed, 22 Jan 2014 12:29:38 +0100
parents d9aae7d7f2c6
children
line wrap: on
line source

typedef int bool;

#define FALSE 0
#define TRUE 1

typedef int PanelHandle ;