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

  1. /* Protos for millibar.library */
  2. /* Stefan Popp 06/2001         */
  3. /* Version 0.10                */
  4.  
  5. #ifndef MBC_PROTOS_H
  6. #define MBC_PROTOS_H
  7.  
  8. int mbc_draw_code_e ( MBC_PAR *par );
  9.  
  10. #endif