home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / source / 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.