/**************************************************************************** PROJECT: MusixTeX PreProcessor FILE : ifeature.h AUTHOR : J. C. Nieuwenhuizen copyright (c) FlowerSoft 1995 --*/ #ifndef __IFEATURE_H #define __IFEATURE_H void initFeatureList(); #ifndef __FEATURELIST_H #include "featlist.h" #endif extern FeatureList featureList; #endif //__IFEATURE_H //