home *** CD-ROM | disk | FTP | other *** search
- // npZero.h : main header file for the NPZERO DLL
- //
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
- /////////////////////////////////////////////////////////////////////////////
- // CNpZeroApp
- // See npZero.cpp for the implementation of this class
- //
-
- class CNpZeroApp : public CWinApp
- {
- public:
- CNpZeroApp();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CNpZeroApp)
- //}}AFX_VIRTUAL
-
- //{{AFX_MSG(CNpZeroApp)
- // 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()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-