home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / source / wbitmap / bminfo.h < prev    next >
C/C++ Source or Header  |  1991-10-15  |  401b  |  21 lines

  1. /*
  2. **    $id: ssvcid bminfo.h 1.0 10/15/91  9:50 am$
  3. **        Function prototypes for bminfo.c
  4. **
  5. **    (C) 1991 Larry Widing
  6. */
  7. #ifndef    __BMINFO_H__
  8. #define    __BMINFO_H__    1
  9.  
  10. extern void    InfoDisplay(void);
  11.  
  12. #endif    /* !defined(__BMINFO_H__) */
  13.  
  14. /*
  15. **    Modification History
  16. **    --------------------
  17. **    $lgb$
  18. ** 10/15/91     Larry Widing   Initial version for Win Tech Journal Article.
  19. **    $lge$
  20. */
  21.