Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_fileglobal_types.h
| Context not available. | |||||
| typedef struct FileGlobal { | typedef struct FileGlobal { | ||||
| char subvstr[4]; /* needs to be here, for human fileformat recognition */ | char subvstr[4]; /* needs to be here, for human fileformat recognition */ | ||||
| short subversion; | short subversion; | ||||
| short upbgeversion; | |||||
| short upbgesubversion; | |||||
| short minversion, minsubversion; | short minversion, minsubversion; | ||||
| char pad[6]; | char pad[2]; | ||||
| struct bScreen *curscreen; | struct bScreen *curscreen; | ||||
| struct Scene *curscene; | struct Scene *curscene; | ||||
| int fileflags; | int fileflags; | ||||
| Context not available. | |||||