=================================================================== RCS file: /cvs/ace/ace/lib/cards.h,v retrieving revision 1.5 retrieving revision 1.6 diff -p -u -r1.5 -r1.6 --- ace/lib/cards.h 2001/09/21 18:38:58 1.5 +++ /cvs/ace/ace/lib/cards.h 2001/09/21 19:22:51 1.6 @@ -53,9 +53,12 @@ typedef struct { void init_ace(int argc, char **argv, FunctionMapping *funcs); /* This creates the initial window */ void init_table(int table_width, int table_height); -/* Call this to begin processing events; +/* Call this to begin processing events; */ void table_loop(); +extern struct image_list appimglib_imagelib[]; +int register_imagelib(struct image_list *); + /* Really, see image in imagelib.h */ typedef struct Picture { int w, h;