Welcome to mirror list, hosted at ThFree Co, Russian Federation.

undo_intern.h « undo « editors « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7fd4dff5ba2191a0a375c7c7777520a894b821f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup edundo
 */

#pragma once

/* internal exports only */

struct UndoType;

/* memfile_undo.c */

/** Export for ED_undo_sys. */
void ED_memfile_undosys_type(struct UndoType *ut);