This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/editors/undo/undo_intern.hh
Jacques Lucke 4bef5f3df7 Cleanup: move some undo related files to C++
For continued testing in D14139. Also see T103343.
2023-01-23 00:33:55 +01:00

17 lines
249 B
C++

/* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup edundo
*/
#pragma once
/* internal exports only */
struct UndoType;
/* memfile_undo.cc */
/** Export for ED_undo_sys. */
void ED_memfile_undosys_type(struct UndoType *ut);