Mercurial > hg > fxanalyse
view YLCTypes.h @ 20:3a7f088d4960
Get rid of unused variables. Some minor coding style improvements
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Thu, 19 Jul 2012 19:34:36 +0200 |
parents | d9aae7d7f2c6 |
children |
line wrap: on
line source
typedef int bool; #define FALSE 0 #define TRUE 1 typedef int PanelHandle ;