home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 83win / data1.cab / DLL_Toolkit / Source / HTBMeter / HTBmeter.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-02  |  1.4 KB  |  54 lines

  1. /***************************************************
  2. HTBMeter.dll
  3.  
  4. HTBmeter.h
  5.  
  6. Copyright TransEra Corporation 1999 
  7. ***************************************************/
  8. #if !defined(AFX_HTBMETER_H__01F54365_7B3D_11D3_8BCE_00105AC66D91__INCLUDED_)
  9. #define AFX_HTBMETER_H__01F54365_7B3D_11D3_8BCE_00105AC66D91__INCLUDED_
  10.  
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif // _MSC_VER > 1000
  14.  
  15. #ifndef __AFXWIN_H__
  16.     #error include 'stdafx.h' before including this file for PCH
  17. #endif
  18.  
  19. #include "resource.h"        // main symbols
  20.  
  21. extern short g_Xpos;
  22. extern short g_Ypos;
  23. extern long * g_pBasicVar;
  24.  
  25. /////////////////////////////////////////////////////////////////////////////
  26. // CHTBmeterApp
  27. // See HTBmeter.cpp for the implementation of this class
  28. //
  29.  
  30. class CHTBmeterApp : public CWinApp
  31. {
  32. public:
  33.     CHTBmeterApp();
  34.  
  35. // Overrides
  36.     // ClassWizard generated virtual function overrides
  37.     //{{AFX_VIRTUAL(CHTBmeterApp)
  38.     //}}AFX_VIRTUAL
  39.  
  40.     //{{AFX_MSG(CHTBmeterApp)
  41.         // NOTE - the ClassWizard will add and remove member functions here.
  42.         //    DO NOT EDIT what you see in these blocks of generated code !
  43.     //}}AFX_MSG
  44.     DECLARE_MESSAGE_MAP()
  45. };
  46.  
  47.  
  48. /////////////////////////////////////////////////////////////////////////////
  49.  
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52.  
  53. #endif // !defined(AFX_HTBMETER_H__01F54365_7B3D_11D3_8BCE_00105AC66D91__INCLUDED_)
  54.