home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / amiga / chiputil / millibar.lha / millibar010 / millibarlib.h < prev   
Encoding:
C/C++ Source or Header  |  1995-09-19  |  134 b   |  12 lines

  1. #ifndef MILLIBAR_LIB_H
  2. #define MILLIBAR_LIB_H
  3.  
  4. #include <exec/libraries.h>
  5.  
  6. struct MBCBase {
  7.  
  8.       struct Library base; 
  9.  
  10. };
  11.  
  12. #endif