#ifndef __CHORDLIST_H #define __CHORDLIST_H #ifndef __GLIST_H #include "glist.h" #endif #ifndef __CHORD_H #include "chord.h" #endif declare( List, Chord ); #define ChordList GENERIC( Chord, List ) #define ChordListIterator GENERIC( Chord, ListIterator ) #endif //__CHORDLIST_H //