view YLCTypes.h @ 54:73e23c879d6e

Do not update beatnote sign indicators at each time tick
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Thu, 11 Oct 2012 11:55:37 +0200
parents d9aae7d7f2c6
children
line wrap: on
line source

typedef int bool;

#define FALSE 0
#define TRUE 1

typedef int PanelHandle ;