home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / util / misc / alock / alogo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-02  |  165 b   |  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.