home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / DLL_Toolkit / Source / HTBKnob / HTBknob.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-03-02  |  1.4 KB  |  55 lines

  1. /***************************************
  2. HTBKnob.dll
  3.  
  4. HTBknob.h
  5.  
  6. Copyright TransEra Corporation 1999
  7. ***************************************/
  8. #if !defined(AFX_HTBKNOB_H__979002E6_7BFF_11D3_8BCF_00105AC66D91__INCLUDED_)
  9. #define AFX_HTBKNOB_H__979002E6_7BFF_11D3_8BCF_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. extern long * RetVal;
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. // CHTBknobApp
  28. // See HTBknob.cpp for the implementation of this class
  29. //
  30.  
  31. class CHTBknobApp : public CWinApp
  32. {
  33. public:
  34.     CHTBknobApp();
  35.  
  36. // Overrides
  37.     // ClassWizard generated virtual function overrides
  38.     //{{AFX_VIRTUAL(CHTBknobApp)
  39.     //}}AFX_VIRTUAL
  40.  
  41.     //{{AFX_MSG(CHTBknobApp)
  42.         // NOTE - the ClassWizard will add and remove member functions here.
  43.         //    DO NOT EDIT what you see in these blocks of generated code !
  44.     //}}AFX_MSG
  45.     DECLARE_MESSAGE_MAP()
  46. };
  47.  
  48.  
  49. /////////////////////////////////////////////////////////////////////////////
  50.  
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53.  
  54. #endif // !defined(AFX_HTBKNOB_H__979002E6_7BFF_11D3_8BCF_00105AC66D91__INCLUDED_)
  55.