1234567891011121314151617181920212223242526272829303132 |
- //
- //////////////////////////////////////////////////////////////////////////////
- //
- // Copyright 2015 Autodesk, Inc. All rights reserved.
- //
- // Use of this software is subject to the terms of the Autodesk license
- // agreement provided at the time of installation or download, or which
- // otherwise accompanies this software in either electronic or hard copy form.
- //
- //////////////////////////////////////////////////////////////////////////////
- //
- //
- // ADS.H - Definitions of the AutoCAD functions for Applications
- // This takes the place of xlacad.h (from LISP) and contains
- // the changes to the function definitions to make them
- // compatible with the application interface.
- #ifndef _ads_h
- #define _ads_h 1
- #ifndef DISABLE_OLD_ADS_NAMES
- #include "adsmigr.h"
- #endif // DISABLE_OLD_ADS_NAMES
- #include "acedads.h"
- #include "acdbads.h"
- #include "acutads.h"
- #endif /*ads.h */
|