Blender  V3.3
undo_intern.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 /* internal exports only */
10 
11 struct UndoType;
12 
13 /* memfile_undo.c */
14 
16 void ED_memfile_undosys_type(struct UndoType *ut);
void ED_memfile_undosys_type(struct UndoType *ut)
Definition: memfile_undo.c:314