#ifndef __SIMPLENOTELIST_H #define __SIMPLENOTELIST_H #ifndef __GLIST_H #include "glist.h" #endif #ifndef __SIMPLENOTE_H #include "simpnote.h" #endif declare( List, SimpleNote ); #ifndef NoteList #define NoteList GENERIC( SimpleNote, List ) #endif #define NoteListIterator GENERIC( SimpleNote, ListIterator ) #endif //__SIMPLENOTELIST_H //