view YLCTypes.h @ 6:75ed2952a876

Consistent naming of project files and executable
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Tue, 03 Jul 2012 15:07:10 +0200
parents d9aae7d7f2c6
children
line wrap: on
line source

typedef int bool;

#define FALSE 0
#define TRUE 1

typedef int PanelHandle ;