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

  1. /*****************************************************
  2. HTBSwitch.dll
  3.  
  4. HTBswitch.h
  5.  
  6. Copyright 1999 TransEra Corporation
  7. *****************************************************/
  8.  
  9. #if !defined(AFX_HTBSWITCH_H__3F055CC7_7CCE_11D3_8BD0_00105AC66D91__INCLUDED_)
  10. #define AFX_HTBSWITCH_H__3F055CC7_7CCE_11D3_8BD0_00105AC66D91__INCLUDED_
  11.  
  12. #if _MSC_VER > 1000
  13. #pragma once
  14. #endif // _MSC_VER > 1000
  15.  
  16. #ifndef __AFXWIN_H__
  17.     #error include 'stdafx.h' before including this file for PCH
  18. #endif
  19.  
  20. #include "resource.h"        // main symbols
  21.  
  22. extern short g_Xpos;
  23. extern short g_Ypos;
  24. extern short * RetVal;
  25. /////////////////////////////////////////////////////////////////////////////
  26. // CHTBswitchApp
  27. // See HTBswitch.cpp for the implementation of this class
  28. //
  29.  
  30. class CHTBswitchApp : public CWinApp
  31. {
  32. public:
  33.     CHTBswitchApp();
  34.  
  35. // Overrides
  36.     // ClassWizard generated virtual function overrides
  37.     //{{AFX_VIRTUAL(CHTBswitchApp)
  38.     //}}AFX_VIRTUAL
  39.  
  40.     //{{AFX_MSG(CHTBswitchApp)
  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_HTBSWITCH_H__3F055CC7_7CCE_11D3_8BD0_00105AC66D91__INCLUDED_)
  54.