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 >
Wrap
C/C++ Source or Header
|
1997-02-07
|
562b
|
26 lines
/*
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