20 #define DNA_VERSION_ATLEAST(ver, subver) \
21 (versionfile > (ver) || (versionfile == (ver) && (subversionfile >= (subver))))
26 if (versionfile >= 280) {
37 #undef DNA_VERSION_ATLEAST
external readfile function prototypes.
blenloader genfile private function prototypes
bool DNA_sdna_patch_struct_member(struct SDNA *sdna, const char *struct_name, const char *elem_old, const char *elem_new)
bool DNA_sdna_patch_struct(struct SDNA *sdna, const char *struct_name_old, const char *struct_name_new)
These structs are the foundation for all linked lists in the library system.
#define DNA_VERSION_ATLEAST(ver, subver)
void blo_do_versions_dna(SDNA *sdna, const int versionfile, const int subversionfile)