ebdlib3.h
上传用户:kelijie
上传日期:2007-01-01
资源大小:123k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. // ebdlib3.h : main header file for the EBDLIB3 DLL
  2. //
  3. #if !defined(AFX_EBDLIB3_H__73B8DC86_F1E7_11D2_955D_8422F5C00000__INCLUDED_)
  4. #define AFX_EBDLIB3_H__73B8DC86_F1E7_11D2_955D_8422F5C00000__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CEbdlib3App
  14. // See ebdlib3.cpp for the implementation of this class
  15. //
  16. #include "standard.h"
  17. #include "3DDoc.h"
  18. #include "3DFrame.h"
  19. #include "3DView.h"
  20. extern "C"  
  21. {
  22.       _declspec(dllexport) TemplateFunc   InitTemplate;
  23.       _declspec(dllexport) GetModuleInfo  GetModuleData;
  24. }
  25. /////////////////////////////////////////////////////////////////////////////
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  28. #endif // !defined(AFX_EBDLIB3_H__73B8DC86_F1E7_11D2_955D_8422F5C00000__INCLUDED_)