|
Blender
V2.93
|
#include <DNA_packedFile_types.h>
Public Attributes | |
| int | size |
| int | seek |
| void * | data |
Definition at line 30 of file DNA_packedFile_types.h.
| void* PackedFile::data |
Definition at line 33 of file DNA_packedFile_types.h.
Referenced by BKE_packedfile_duplicate(), load_image_single(), and objchr_to_ftvfontdata().
| int PackedFile::seek |
Definition at line 32 of file DNA_packedFile_types.h.
| int PackedFile::size |
Definition at line 31 of file DNA_packedFile_types.h.
Referenced by load_image_single(), and objchr_to_ftvfontdata().