3ds Max USD API Reference
Loading...
Searching...
No Matches
MaxUSDAPI.h
1//**************************************************************************/
2// Copyright (c) 2022 Autodesk, Inc.
3// 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#pragma once
10
11#ifdef MAXUSD_EXPORTS
12#define MaxUSDAPI __declspec(dllexport)
13#else
14#define MaxUSDAPI __declspec(dllimport)
15#endif