Blender V5.0
deg_eval_runtime_backup_sequencer.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2019 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
12
13#include "BLI_map.hh"
14
16
17struct Scene;
18
19namespace blender::deg {
20
21struct Depsgraph;
22
23/* Backup of sequencer strips runtime data. */
35
36} // namespace blender::deg
Map< SessionUID, StripBackup > strips_backup