|
Blender
V3.3
|
#include <BLO_undofile.h>
Public Attributes | |
| FileReader | reader |
| MemFile * | memfile |
| int | undo_direction |
| bool | memchunk_identical |
Definition at line 55 of file BLO_undofile.h.
| bool UndoReader::memchunk_identical |
Definition at line 61 of file BLO_undofile.h.
Referenced by undo_read().
| MemFile* UndoReader::memfile |
Definition at line 58 of file BLO_undofile.h.
Referenced by BLO_memfile_new_filereader(), and undo_read().
| FileReader UndoReader::reader |
Definition at line 56 of file BLO_undofile.h.
Referenced by BLO_memfile_new_filereader(), and undo_read().
| int UndoReader::undo_direction |
Definition at line 59 of file BLO_undofile.h.
Referenced by BLO_memfile_new_filereader(), and undo_read().