home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / alock / source.lha / alogo.h < prev    next >
C/C++ Source or Header  |  1993-09-02  |  165b  |  12 lines

  1. #ifndef ALOGO_H
  2. #define ALOGO_H
  3.  
  4. extern struct Image pos_img;
  5. extern struct Image neg_img;
  6.  
  7. extern UWORD        pos_cmap[];
  8. extern UWORD        neg_cmap[];
  9.  
  10. #endif
  11.  
  12.