Blender V5.0
tree_element_action_slot.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include "tree_element.hh"
12
13struct bAction;
14namespace blender::animrig {
15class Slot;
16}
17
18namespace blender::ed::outliner {
19
25
26} // namespace blender::ed::outliner
#define final(a, b, c)
Definition BLI_hash.h:19
TreeElementActionSlot(TreeElement &legacy_te, blender::animrig::Slot &slot)