ads.h 948 B

1234567891011121314151617181920212223242526272829303132
  1. //
  2. //////////////////////////////////////////////////////////////////////////////
  3. //
  4. // Copyright 2015 Autodesk, Inc. All rights reserved.
  5. //
  6. // Use of this software is subject to the terms of the Autodesk license
  7. // agreement provided at the time of installation or download, or which
  8. // otherwise accompanies this software in either electronic or hard copy form.
  9. //
  10. //////////////////////////////////////////////////////////////////////////////
  11. //
  12. //
  13. // ADS.H - Definitions of the AutoCAD functions for Applications
  14. // This takes the place of xlacad.h (from LISP) and contains
  15. // the changes to the function definitions to make them
  16. // compatible with the application interface.
  17. #ifndef _ads_h
  18. #define _ads_h 1
  19. #ifndef DISABLE_OLD_ADS_NAMES
  20. #include "adsmigr.h"
  21. #endif // DISABLE_OLD_ADS_NAMES
  22. #include "acedads.h"
  23. #include "acdbads.h"
  24. #include "acutads.h"
  25. #endif /*ads.h */