Changeset View
Changeset View
Standalone View
Standalone View
source/blender/sequencer/intern/sequencer.h
| Show All 23 Lines | |||||
| */ | */ | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| struct Scene; | struct Scene; | ||||
| struct Sequence; | struct Sequence; | ||||
| struct StripProxy; | |||||
| /** | /** | ||||
| * Cache must be freed before calling this function | * Cache must be freed before calling this function | ||||
| * since it leaves the seqbase in an invalid state. | * since it leaves the seqbase in an invalid state. | ||||
| */ | */ | ||||
| void seq_free_sequence_recurse(struct Scene *scene, struct Sequence *seq, bool do_id_user); | void seq_free_sequence_recurse(struct Scene *scene, struct Sequence *seq, bool do_id_user); | ||||
| struct StripProxy *seq_strip_proxy_alloc(void); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||