home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / ltsample.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  1.9 KB  |  60 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. // LTSample.h : main header file for the LTSAMPLE application
  12. //
  13.  
  14. #if !defined(AFX_LTSAMPLE_H__3117618C_A076_11D1_B79F_000021452DB6__INCLUDED_)
  15. #define AFX_LTSAMPLE_H__3117618C_A076_11D1_B79F_000021452DB6__INCLUDED_
  16.  
  17. #if _MSC_VER >= 1000
  18. #pragma once
  19. #endif // _MSC_VER >= 1000
  20.  
  21. #ifndef __AFXWIN_H__
  22.     #error include 'stdafx.h' before including this file for PCH
  23. #endif
  24.  
  25. #include "resource.h"        // main symbols
  26.  
  27. /////////////////////////////////////////////////////////////////////////////
  28. // CLTSampleApp:
  29. // See LTSample.cpp for the implementation of this class
  30. //
  31.  
  32. class CLTSampleApp : public CWinApp
  33. {
  34. public:
  35.     CLTSampleApp();
  36.  
  37. // Overrides
  38.     // ClassWizard generated virtual function overrides
  39.     //{{AFX_VIRTUAL(CLTSampleApp)
  40.     public:
  41.     virtual BOOL InitInstance();
  42.     //}}AFX_VIRTUAL
  43.  
  44. // Implementation
  45.  
  46.     //{{AFX_MSG(CLTSampleApp)
  47.         // NOTE - the ClassWizard will add and remove member functions here.
  48.         //    DO NOT EDIT what you see in these blocks of generated code !
  49.     //}}AFX_MSG
  50.     DECLARE_MESSAGE_MAP()
  51. };
  52.  
  53.  
  54. /////////////////////////////////////////////////////////////////////////////
  55.  
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  58.  
  59. #endif // !defined(AFX_LTSAMPLE_H__3117618C_A076_11D1_B79F_000021452DB6__INCLUDED_)
  60.