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

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