00001 #ifndef BACKGROUND_OUTPUT_H 00002 #define BACKGROUND_OUTPUT_H 00003 00004 #include "global.h" 00005 00006 int background_output(background_struct * a_background, int layer); 00007 BITMAP * fill_bmp(SFFEntry * a_sff,int a_group,int an_index,int masked); 00008 00009 #endif //BACKGROUND_OUTPUT_H