/**************************************************************************** * * File: currency.h * * Description: define constant for currency compare Euro * * * Authors: Eric Santonacci * * * $Id$ * ***************************************************************************/ // 1 Euro equal.... #define EURO 1 // Euro #define FRF 6.55957 // French Francs #define DEM 1.9594 // Deutch Mark #define BEF 40.3399 // Belgium Francs #define ITL 1936.27 // Italian Lire #define LUF 40.3399 // Luxemburg #define IEP 0.787564 // Irish Pound static const char* aCurrency[] = { "Euro", "FRF", "DEM", "BEF", "ITL", "LUF", "IEP", 0 };