Bifrost SDK
Bifrost SDK documentation
MessageFwd.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
14
15#ifndef AMINO_CORE_MESSAGE_FWD_H
16#define AMINO_CORE_MESSAGE_FWD_H
17
18//==============================================================================
19// NAMESPACE Amino
20//==============================================================================
21
22namespace Amino {
23enum class MessageKind;
24class MessageClass;
25class MessageText;
26class Message;
27class MessageFilter;
28} // namespace Amino
29
30#endif
Definition: HostData.h:33
MessageKind
The kind of message (error, warning, info, debug).
Definition: Message.h:40