Bifrost SDK
Bifrost SDK documentation
ClassDefine.h
Go to the documentation of this file.
1//-
2// =============================================================================
3// Copyright 2024 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
18
19#ifndef AMINO_CLASS_DEFINE_H_
20#define AMINO_CLASS_DEFINE_H_
21
22#include <Amino/Core/internal/DefaultClassDefine.h>
23
24//==============================================================================
25// DECLARATION FOR AMINO CLASS / OPAQUE C++ TYPES DEFAULT VALUES
26//==============================================================================
27
85#define AMINO_DEFINE_DEFAULT_CLASS(...) \
86 AMINO_INTERNAL_DEFINE_DEFAULT_CLASS(__VA_ARGS__)
87
88#endif