view YLCTypes.h @ 53:57e2e88aadb9

Remove unused variable
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Wed, 10 Oct 2012 18:17:30 +0200
parents d9aae7d7f2c6
children
line wrap: on
line source

typedef int bool;

#define FALSE 0
#define TRUE 1

typedef int PanelHandle ;