Fix incompatible pointer types warning with GCC

This commit is contained in:
Campbell Barton 2020-11-02 16:48:43 +11:00
parent c887a50f62
commit 0d10621630
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@
extern "C" {
#endif
struct GPUOffScreen;
typedef struct ImBuf *(*SequencerDrawView)(struct Depsgraph *depsgraph,
struct Scene *scene,
struct View3DShading *shading_override,