aNav.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright 2015 Autodesk, Inc. All rights reserved.
  4. //
  5. // Use of this software is subject to the terms of the Autodesk license
  6. // agreement provided at the time of installation or download, or which
  7. // otherwise accompanies this software in either electronic or hard copy form.
  8. //
  9. //////////////////////////////////////////////////////////////////////////////
  10. #ifndef _ANav_h
  11. #define _ANav_h
  12. #if _MSC_VER >= 1000
  13. #pragma once
  14. #endif // _MSC_VER >= 1000
  15. /////////////////////////////////////////////////////////////////////////////
  16. // ANAV_PORT is defined to export classes and functions when building the DLL.
  17. #ifndef ANAV_PORT
  18. # define ANAV_PORT
  19. #endif
  20. /////////////////////////////////////////////////////////////////////////////
  21. // File Navigation prototypes
  22. #include <adui.h>
  23. #include <afxole.h>
  24. #include <AnavListCtrl.h>
  25. #include <ANavData.h>
  26. #include <ANavFilter.h>
  27. #include <ANavArray.h>
  28. #include <ANavDataArray.h>
  29. #include <ANavFilterArray.h>
  30. #include <ANavDialog.h>
  31. /////////////////////////////////////////////////////////////////////////////
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  34. #endif