home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / misc / vcb.lha / vcb / vcx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-05  |  109 b   |  8 lines

  1. #ifndef VCX_H
  2. #define VCX_H
  3.  
  4. extern Class *initVCXClass( void );
  5. extern int freeVCXClass( Class * );
  6.  
  7. #endif
  8.