home *** CD-ROM | disk | FTP | other *** search
- /*
- Vdraft API - Vdraft.h
- master include file
- (C) Copyright 1997 by SoftSource. All rights reserved.
- Scott Sherman 2-97...
- */
-
- #ifndef VDRAFT_H
- #define VDRAFT_H
-
- /* MFC-based classes for accessing the Vdraft API */
- #if _MFC_VER >= 0x400
- #include "Vobjects.h"
- #endif
-
- /* enumerated types used by the Vdraft API */
- #include "Venums.h"
-
- /* functions and enumerated types used by a Vdraft Plug-in */
- #include "Vplugin.h"
-
- /* utility classes for simplifying passing VARIANTs, handling events, etc. */
- #include "Vutil.h"
-
- #endif // VDRAFT_H
-