home *** CD-ROM | disk | FTP | other *** search
- #ifndef VCX_H
- #define VCX_H
-
- /*
- * COPYRIGHT
- * The material published in this distribution is Freeware.
- * Copyright ⌐ 1992 remains at the author, Stefan Reisner.
- *
- * It may only be passed on unmodified and in its present
- * composition. In particular, this copyright notice must be
- * included and must be intact.
- */
-
- extern Class *initVCXClass( void );
- extern int freeVCXClass( Class * );
-
- #endif
-