Bifrost SDK
Bifrost SDK documentation
AnyFwd.h
Go to the documentation of this file.
1//-
2// =============================================================================
3// Copyright 2023 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
13
14#ifndef AMINO_ANY_FWD_H
15#define AMINO_ANY_FWD_H
16
17namespace Amino {
18class Any;
19} // namespace Amino
20
21#endif
Definition: HostData.h:33