// ttf2pcx.h : main header file for the TTF2PCX application // #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // Cttf2pcxApp: // See ttf2pcx.cpp for the implementation of this class // class Cttf2pcxApp : public CWinApp { public: Cttf2pcxApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(Cttf2pcxApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(Cttf2pcxApp) //}}AFX_MSG DECLARE_MESSAGE_MAP() }; /////////////////////////////////////////////////////////////////////////////