Cleanup: Fix build warning with MSVC

SubdivCCG was unknown when compiling gpuinit_exit.c
This commit is contained in:
Ray Molenkamp
2020-04-03 08:29:09 -06:00
parent 49289f31ff
commit 33ab613655

View File

@@ -42,6 +42,7 @@ struct MPoly;
struct MVert;
struct Mesh;
struct PBVH;
struct SubdivCCG;
/* Buffers for drawing from PBVH grids. */
typedef struct GPU_PBVH_Buffers GPU_PBVH_Buffers;