home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Wtestowe / SOFTSRC / vtrial15.exe / DATA.1 / Vdraft.h < prev    next >
C/C++ Source or Header  |  1997-02-07  |  562b  |  26 lines

  1. /*
  2. Vdraft API - Vdraft.h
  3. master include file
  4.     (C) Copyright 1997 by SoftSource.  All rights reserved.
  5. Scott Sherman 2-97...
  6. */
  7.  
  8. #ifndef VDRAFT_H
  9. #define VDRAFT_H
  10.  
  11. /* MFC-based classes for accessing the Vdraft API */
  12. #if _MFC_VER >= 0x400
  13.     #include "Vobjects.h"
  14. #endif
  15.  
  16. /* enumerated types used by the Vdraft API */
  17. #include "Venums.h"
  18.  
  19. /* functions and enumerated types used by a Vdraft Plug-in */
  20. #include "Vplugin.h"
  21.  
  22. /* utility classes for simplifying passing VARIANTs, handling events, etc. */
  23. #include "Vutil.h"
  24.  
  25. #endif    // VDRAFT_H
  26.