home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / utils / 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.