StdArx.h
上传用户:rundaa
上传日期:2009-05-24
资源大小:44k
文件大小:1k
源码类别:

CAD

开发平台:

Visual C++

  1. //
  2. // StdArx.h : include file for ObjectARX/DBX include files
  3. // this file is only included once by your stdafx.h
  4. #if !defined(AFX_STDARX_H__D541AE2E_28C4_11D3_A7F6_000000000000__INCLUDED_)
  5. #define AFX_STDARX_H__D541AE2E_28C4_11D3_A7F6_000000000000__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. //{{AFX_ARX_INC_SELECTED
  10. //}}AFX_ARX_INC_SELECTED
  11. //{{AFX_ARX_INC_OTHERS
  12. //}}AFX_ARX_INC_OTHERS
  13. #include "AdskDMgr.h"         // Utility class for document data
  14. #include "docdata.h"          // Your document specific data
  15. #include "geassign.h"
  16. #include "WindoTypeDlg.h" // CWindoTypeDlg class
  17. #include "TBGenWnd.h" // CTBGenWnd class
  18. #include "AcToolBar.h" // CAcToolBar class
  19. // Declare it as an extern here so that it
  20. // becomes available in all modules
  21. extern AsdkDataManager<CDocData> DocVars;
  22. #define windInfo DocVars.docData()
  23. void drawWindo();
  24. //{{AFX_ARX_FUNC
  25. //}}AFX_ARX_FUNC
  26. void windo();
  27. // TODO: Here you can add your own includes / declarations
  28. #endif