Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/BLO_readfile.h
| Show First 20 Lines • Show All 170 Lines • ▼ Show 20 Lines | |||||
| /* Version patch user preferences. */ | /* Version patch user preferences. */ | ||||
| void BLO_version_defaults_userpref_blend(struct Main *mainvar, struct UserDef *userdef); | void BLO_version_defaults_userpref_blend(struct Main *mainvar, struct UserDef *userdef); | ||||
| struct BlendThumbnail *BLO_thumbnail_from_file(const char *filepath); | struct BlendThumbnail *BLO_thumbnail_from_file(const char *filepath); | ||||
| /* datafiles (generated theme) */ | /* datafiles (generated theme) */ | ||||
| extern const struct bTheme U_theme_default; | extern const struct bTheme U_theme_default; | ||||
| extern const struct UserDef U_default; | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| #endif /* __BLO_READFILE_H__ */ | #endif /* __BLO_READFILE_H__ */ | ||||