home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 November
/
pcwk_11_98a.iso
/
Wtestowe
/
SOFTSRC
/
vtrial15.exe
/
DATA.1
/
AngDim.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-10
|
826b
|
34 lines
// AngDim.h : main header file for the ANGDIM DLL
//
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CAngDimApp
// See AngDim.cpp for the implementation of this class
//
class CAngDimApp : public CWinApp
{
public:
CAngDimApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAngDimApp)
//}}AFX_VIRTUAL
//{{AFX_MSG(CAngDimApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////