Cleanup: sort structs

This commit is contained in:
2021-01-04 12:03:34 +11:00
parent 54f89e8704
commit f03c25bda8
17 changed files with 39 additions and 39 deletions

View File

@@ -27,9 +27,9 @@
extern "C" {
#endif
struct ListBase;
struct Scene;
struct Sequence;
struct ListBase;
int SEQ_transform_get_left_handle_frame(struct Sequence *seq, bool metaclip);
int SEQ_transform_get_right_handle_frame(struct Sequence *seq, bool metaclip);