=================================================================== RCS file: /cvs/ace/ace/lib/cards.h,v retrieving revision 1.6 retrieving revision 1.7 diff -p -u -r1.6 -r1.7 --- ace/lib/cards.h 2001/09/21 19:22:51 1.6 +++ /cvs/ace/ace/lib/cards.h 2007/10/22 22:59:41 1.7 @@ -56,7 +56,12 @@ void init_table(int table_width, int tab /* Call this to begin processing events; */ void table_loop(); +#ifndef _IMAGELIB_H_ +typedef struct image_list { + int filler; +} image_list; extern struct image_list appimglib_imagelib[]; +#endif int register_imagelib(struct image_list *); /* Really, see image in imagelib.h */