home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / misc / vcb10a.lha / vcx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-29  |  410 b   |  18 lines

  1. #ifndef VCX_H
  2. #define VCX_H
  3.  
  4. /*
  5.  *    COPYRIGHT
  6.  *        The material published in this distribution is Freeware.
  7.  *        Copyright ⌐ 1992 remains at the author, Stefan Reisner.
  8.  *        
  9.  *        It may only be passed on unmodified and in its present
  10.  *        composition. In particular, this copyright notice must be
  11.  *        included and must be intact.
  12.  */
  13.  
  14. extern Class *initVCXClass( void );
  15. extern int freeVCXClass( Class * );
  16.  
  17. #endif
  18.