Bifrost SDK
Bifrost SDK documentation
Annotate.h
Go to the documentation of this file.
1//-
2// =============================================================================
3// Copyright 2025 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// clang-format off
534
535// clang-format on
536#ifndef AMINO_ANNOTATE_H
537#define AMINO_ANNOTATE_H
538
539#ifndef AMINO_ANNOTATE
540#define AMINO_ANNOTATE(AnnotationStr__)
541#endif
542
543#endif